923 Commits (2a16e7674b9462586ef883e5678b21c87ca5f045)

Author SHA1 Message Date
unknown c299e027ee Changed names of statistic variables and counting matches instaed of rejected rows. 14 years ago
Sergei Golubchik bbb3527635 Remove engine-specific (but identical) icp callbacks. create one reusable 14 years ago
Michael Widenius 1485874619 Rewrite IGNORE handling: 14 years ago
Igor Babaev 7bc6a83b02 Backported the fix and the test case for bug #58816 from mysql-5.6 code line. 14 years ago
Vasil Dimov dce337406e Fix Bug#12661768 UPDATE IGNORE CRASHES SERVER IF TABLE IS INNODB AND IT IS 14 years ago
Sergei Golubchik 14c767ca48 fix typo: binlog_annotate_rows_events -> binlog_annotate_row_events 14 years ago
Michael Widenius 22e793639a Added new options to KILL. New syntax is KILL [HARD|SOFT] [CONNECTION|QUERY] [ID | USER user_name] 14 years ago
Michael Widenius 8fb10c24d7 Fixed that automatic killing of delayed insert thread (in flush, alter table etc) will not abort auto-repair of MyISAM table. 14 years ago
Kent Boortz 44135d4725 Updated/added copyright headers 15 years ago
Michael Widenius ba9a890f0c New status variables: Rows_tmp_read, Handler_tmp_update and Handler_tmp_write 15 years ago
Michael Widenius 8d7f810894 Upgraded to latest handlersocket code. This fixed LP:766870 "Assertion `next_insert_id == 0' failed with handlersocket" 15 years ago
unknown 1177bea2f1 Rewritten patch of percona - switching query cache on and off, removing comments. 15 years ago
Michael Widenius 5c70f813f3 Added HA_ERR_DISK_FULL handler error 15 years ago
Guilhem Bichot 12c42b980a Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'. 15 years ago
Michael Widenius 2721e912ba Added ALTER ONLINE TABLE, which will give an error if the change can't be done 'instantly' (without a table copy) 15 years ago
Michael Widenius 6da8ac5f71 Added option "AND DISABLE CHECKPOINT" to "FLUSH TABLES WITH READ LOCK" 15 years ago
Mattias Jonsson bd92ea4311 Bug#11766249 bug#59316: PARTITIONING AND INDEX_MERGE MEMORY LEAK 15 years ago
unknown bc9f6021ff MWL#116: After-review fixes. 15 years ago
Mattias Jonsson e0887df8e1 Bug#11766249 bug#59316: PARTITIONING AND INDEX_MERGE MEMORY LEAK 15 years ago
Michael Widenius ff3da0f963 Change TABLE->alias to String for less memory reallocation 15 years ago
Michael Widenius b12e3796dc Fix for lp:711565 "Index Condition Pushdown can make a thread hold MyISAM locks as well as be unKILLable for long time" 15 years ago
MySQL Build Team c044b77aa9 Backport into build-201102032246-5.1.52sp1 15 years ago
Karen Langford de3c4428b8 Updating header copyright/README in source for 2011 15 years ago
Michael Widenius 7057545699 Fixed some mysql-test-run failures and compile warnings/errors 15 years ago
Michael Widenius 3c0a37fd18 Call always ha_index_init(), not index_init(), to ensure that active_index is set correctly. 15 years ago
Jan Wedvik 0a7cfad080 Fix for bug#58553, "Queries with pushed conditions causes 'explain extended' 15 years ago
Michael Widenius 505c663a1e - Fixed that Aria works with HANDLER commands 15 years ago
unknown 32379aeba9 Merge Percona patch MWL#47 into mariadb 5.2-percona. 15 years ago
Sergey Glukhov 1faf910eeb Bug#39828 : Autoinc wraps around when offset and increment > 1 15 years ago
Luis Soares 647c619393 BUG#46166: MYSQL_BIN_LOG::new_file_impl is not propagating error 15 years ago
Michael Widenius 52090a4434 Code cleanup to get fewer reallocs() during execution. 15 years ago
Davi Arnaut cd1c6e220d Bug#58057: 5.1 libmysql/libmysql.c unused variable/compile failure 15 years ago
Michael Widenius 9d68ccdeb8 Added option BACKUP_ALL to mysqld --myisam-recover to also get a backup of the index file before it's repaired. 15 years ago
unknown e55c4836a1 MBug#643463: slow XtraDB shutdown due to 10 second sleep in purge thread 15 years ago
Michael Widenius 20acfbf30d Fix for: LP #634955: Assert in _ma_update_at_original_place() 15 years ago
Sergei Golubchik 60c15066db better fix for MySQL bugs 15 years ago
Tor Didriksen 9074307102 Bug#52172 test binlog.binlog_index needs --skip-core-file to avoid leaving core files 15 years ago
unknown 8bc445360e MWL#116: Efficient group commit 15 years ago
unknown 0394cf2030 MWL#116: Efficient group commit for binary log 15 years ago
Sergei Golubchik e246077bcf rename maria to aria 15 years ago
Michael Widenius 50b43cf805 Fix for LP#614265 Crash in _ma_unpin_all_pages / _ma_search on DELETE with Aria search engine 16 years ago
Michael Widenius 8cacc59e8f Disable some tests that is waiting for next merge with xtradb 16 years ago
Michael Widenius e9166ca152 Fix for LP#588251: doStartTableScan() result not checked. 16 years ago
Michael Widenius 5a2f40d48a Fixes for Opensolaris (to get buildbot green) 16 years ago
Sergei Golubchik ac6b3c4430 few small MySQL bugs/issues that impact the engines, as discussed in the SE summit 16 years ago
Igor Babaev 709a0a1310 MWL#106: Backport optimizations for derived tables and views. 16 years ago
Sergei Golubchik a3e8ae1280 A temporary solution to make CREATE TABLE attributes 16 years ago
Sergey Vojtovich 4aa36ee7b6 BUG#39053 - UNISTALL PLUGIN does not allow the storage engine 16 years ago
Sergei Golubchik e24e1668bc MWL#43 CREATE TABLE options (by Sanja) 16 years ago
Michael Widenius 1bee590347 Removed compiler warnings 16 years ago