235 Commits (fb3eb4a7e35a3c875ff1fcb795d05fc8f95c62b3)

Author SHA1 Message Date
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 cf06b29f60 Fixed lp:905716 "Assertion `page->size <= share->max_index_block_size'" 14 years ago
Sergei Golubchik a5e92c7e6d compilation warning - unused variable 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
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
Michael Widenius 5e876bd300 Aria bug fixes and improvements: 15 years ago
Michael Widenius ff3da0f963 Change TABLE->alias to String for less memory reallocation 15 years ago
Michael Widenius 6db663d614 Fixes for Aria storage engine: 15 years ago
Michael Widenius 26565ae1d6 Aria issues: 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 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
Michael Widenius 01672cc026 Fixes for bugs found by running test case for LP#608369 "Page: 1 Found wrong page type 0' on CHECK TABLE EXTENDED" 15 years ago
Michael Widenius 236141d4f6 Use less memory on stack in sql_parse.cc and in repair/check for MyISAM & Aria 15 years ago
Michael Widenius f715c9c205 Move maria_upgrade() out of maria_init() as in standalone programs maria_data_root is not set. 15 years ago
Sergei Golubchik 50ffaf6d0f provide maria* aliases for aria* command-line options, 15 years ago
Sergei Golubchik e246077bcf rename maria to aria 15 years ago
Michael Widenius b9890b0544 Fix for LP#634943 "marked as crashed", "zerofilling" and "wrong data in bitmap" when recovering Aria tables 15 years ago
Michael Widenius 5288f8c021 Fixed compiler failures when compiling non debug build 15 years ago
Michael Widenius 0f3d4b2f76 Fixed bug that 'maria_read_log -a' didn't set max_trid when reparing tables. 15 years ago
Michael Widenius 31f66e55a8 Increase some very old limits. 15 years ago
Michael Widenius 53310c6ee7 Trivial fixes, more safe DBUG_ASSERT()'s and some more DBUG_ 15 years ago
Michael Widenius 50b43cf805 Fix for LP#614265 Crash in _ma_unpin_all_pages / _ma_search on DELETE with Aria search engine 15 years ago
unknown f8e270dbdc Fix for launchpad bug #612894 15 years ago
Michael Widenius d2f8b7d045 Fix for LP#602604: RQG: ma_blockrec.c:6187: _ma_apply_redo_insert_row_head_or_tail: Assertion `0' failed on Maria engine recovery 15 years ago
Sergei Golubchik 069a068c90 restore the unintentinally broken ABI 15 years ago
Michael Widenius ec281a3c34 Fixed some bugs in the Maria storage engine 16 years ago
unknown 20739646d7 Maria WL#61 16 years ago
Michael Widenius 6e7241caa5 Fix for LPBUG#516148 Test maria.maria3 fails when --without-maria-tmp-tables is set 16 years ago
unknown abb87914ec Group commit for maria engine. 16 years ago
Michael Widenius d77e3cde5f When one does a drop table, the indexes are not flushed to disk before drop anymore (with MyISAM/Maria) 16 years ago
Michael Widenius d13c54351d Remove compiler warnings (Including some warnings from -Wstrict-aliasing) 16 years ago
Michael Widenius 166e0683c0 Added error handling for my_seek() & my_tell() failures 16 years ago
Michael Widenius 5bddbc44c6 Fixed compiler warning message 16 years ago
unknown 0c0e1f2e35 BUG#39249 Maria:query cache returns out of date results 16 years ago
Michael Widenius bb55791994 Added some changes inspired by Zardosht Kasheff: 17 years ago
unknown b125770aaa We are now using Valgrind rather than purify, and have for quite some time. 17 years ago
Guilhem Bichot 554eb6c2cf Comments. Take bitmap mutex lock when changing bitmap.changed. 17 years ago
Michael Widenius bd4e65515f Fixed compiler warnings found by gcc 4.3.2 17 years ago
Michael Widenius 3fca23902c Log queries to maria_log if compiled with EXTRA_DEBUG 17 years ago