304 Commits (d513153f77702dec4a20801a0078d57370b8fef6)

Author SHA1 Message Date
Michael Widenius 9b8542a4f6 Fixed bug lp:967914 "CHECK TABLE persistently reports table corruption after removing Aria logs" 14 years ago
Sergei Golubchik 5a8da660a8 make the code compile again 14 years ago
Michael Widenius 74b0649332 Fixed lp:944422 "mysql_upgrade destroys Maria tables?" 14 years ago
Michael Widenius 690d8cc6ba Fixed lp:947474 "Assertion `table->file->stats.records > 0 || error' failed in join_read_const_table on concurrent SELECT and ALTER, constant Aria table" 14 years ago
Michael Widenius cf06b29f60 Fixed lp:905716 "Assertion `page->size <= share->max_index_block_size'" 14 years ago
Sergei Golubchik bbb3527635 Remove engine-specific (but identical) icp callbacks. create one reusable 14 years ago
unknown 607aab9c1d Counters for Index Condition Pushdown added (MDEV-130). 14 years ago
Sergei Golubchik a5e92c7e6d compilation warning - unused variable 14 years ago
Sergey Petrunya 876f16afbb Fix unused variable 'thd' error. 14 years ago
Michael Widenius 33c26f7842 Fixed bug: lp:887051 ; Error in recovery with LOAD DATA + DELETE 14 years ago
Michael Widenius c0311edfb9 Fixed some Aria limits to be more sane 14 years ago
Michael Widenius 9d0ea0ab4b Fixed bug where automaticly zerofilled table was not part of recovery if crash happended before next checkpoint. 14 years ago
Michael Widenius a19f4e3a3a Fixed that maria-recover works as expected. 14 years ago
Michael Widenius 1670845c3b Fixed that one can use --maria-recover=backup,force 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
Michael Widenius fa36a7426b Fixed lp:879939 "assertion in ha_maria::enable_indexes with derived_with_keys=on" 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 4139bba281 Increased version number 14 years ago
Michael Widenius 1a51fe363d Added variable ARIA_CHECKPOINT_LOG_ACTIVITY to allow one to specify how often we should do a checkpoint. 14 years ago
Michael Widenius b95d2778aa Fixes bugs found by testcase for lp:815022 and lp:726374 "ma_blockrec.c:3000: write_block_record: Assertion `cur_block[1].page_count == 0' failed with a multi-index Aria workload" 14 years ago
Sergey Petrunya 08fa757a73 Valgrind fix for the previous cset: 14 years ago
Sergei Golubchik 27762df304 fixing pbxt and oqgraph suites 14 years ago
Sergey Petrunya 2a9c86be26 BUG#778434 Wrong result with in_to_exists=on in maria-5.3-mwl89 14 years ago
Sergei Golubchik a844635637 use PSI wrappers in aria and other non-MySQL code 14 years ago
Sergei Golubchik b4a0b2c2f8 post-merge fixes. 14 years ago
Michael Widenius 3c78bfe7f1 Added progress reporting for alter table, LOAD DATA INFILE and for aria tables: check table, repair table, analyze table. 14 years ago
Michael Widenius 5e876bd300 Aria bug fixes and improvements: 14 years ago
Michael Widenius ba9a890f0c New status variables: Rows_tmp_read, Handler_tmp_update and Handler_tmp_write 15 years ago
Michael Widenius e5403ec95a Fixed build failures with maria3.test and widows build 15 years ago
Michael Widenius 9e3570ea6c Removed depricated --maria-options from mysqld. 15 years ago
Michael Widenius 35352d4da6 mysql-test/suite/funcs_1/r/storedproc.result: 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
Sergei Golubchik 0accbd0364 lots of post-merge changes 15 years ago
Sergey Petrunya 997445bc8e Make EXPLAIN better at displaying MRR/BKA: 15 years ago
Sergey Petrunya e6bd643c75 MRR interface: change range_info's type from char* to range_id_t typedef. The goals are: 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
Michael Widenius 6db663d614 Fixes for Aria storage engine: 15 years ago
Michael Widenius 26565ae1d6 Aria issues: 15 years ago
Sergei Golubchik 418df96d51 use bulk insert and repair by sort for unique keys in 15 years ago
Sergey Petrunya ad78c24a20 BUG#665669: Result differences on query re-execution 15 years ago
Michael Widenius 713999a4fe Allow one to decrease page-buffer-size down to 1M (from 128M) for maria_read_log 15 years ago
Michael Widenius c0fc6d42ac Don't do DBUG_ASSERT for checksum errors when using REPAIR 15 years ago
Michael Widenius 26f988594c Aria fixes: 15 years ago
Sergei Golubchik 31a78529bc virtual columns: 15 years ago
Sergei Golubchik fda18d8fa2 lpbug#665028 SHOW STORAGE ENGINES shows incorrect Transaction support for Aria 15 years ago
Michael Widenius 7c56b08216 Added TRASH() to table->record[0] to find out if we access not initialzed data. 15 years ago
Michael Widenius 52090a4434 Code cleanup to get fewer reallocs() during execution. 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