summaryrefslogtreecommitdiff
path: root/storage/maria/ma_init.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2018-11-191-0/+2
|\
| * Max transid was not stored directly after Aria recoveryMonty2018-11-161-0/+2
* | mysys: rename ME_xxx flags to match plugin apiSergei Golubchik2018-06-041-1/+1
|/
* Correct FSF addressiangilfillan2017-03-101-1/+1
* my_dir() cleanupSergei Golubchik2013-04-071-1/+1
* merge with 5.3Sergei Golubchik2011-10-191-1/+1
|\
| * Merge with MariaDB 5.1Michael Widenius2011-05-031-0/+1
| |\
| | * Merge with MySQL 5.1.57/58Michael Widenius2011-05-021-0/+1
| * | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-1/+1
| |\ \ | | |/
| | * Aria issues:Michael Widenius2011-01-241-1/+1
* | | use PSI wrappers in aria and other non-MySQL codeSergei Golubchik2011-07-131-4/+5
* | | post-merge fixes.Sergei Golubchik2011-07-021-1/+0
* | | lots of post-merge changesSergei Golubchik2011-04-251-5/+5
|/ /
* | Move maria_upgrade() out of maria_init() as in standalone programs maria_data...Michael Widenius2010-09-281-6/+1
* | Rename control file and log files from maria_xxx to aria_xxx when upgrading f...Michael Widenius2010-09-271-0/+74
* | mergedSergei Golubchik2010-06-161-0/+6
|\ \ | |/
| * Fixed some bugs in the Maria storage engineMichael Widenius2010-06-141-0/+6
* | Group commit for maria engine.unknown2010-02-121-0/+5
|/
* Fix for BUG#39697 "Maria: hang when failing to insert due to UNIQUE (seen in ...Guilhem Bichot2008-10-091-0/+2
* Added versioning of Maria indexMichael Widenius2008-06-261-0/+2
* WL#4374 "Maria - force start if Recovery fails multiple times"Guilhem Bichot2008-06-021-1/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-05-291-0/+23
|\
| * WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-0/+23
* | Fixing the little bug that if a new version reads an old control file,unknown2008-04-071-3/+3
|/
* Store maximum transaction id into control file at clean shutdown.unknown2008-04-041-0/+11
* Moved variables to ma_static.c to avoid link error on MacOSXunknown2008-01-151-3/+0
* Postmerge fix.unknown2007-12-151-1/+1
* Fixed core dump when running myisamchk (as this doesn't call translog_init)unknown2007-12-101-1/+2
* After merge fixes. Applied changes made in myisam manually to maria.unknown2007-10-041-0/+1
* WL#3071 Maria checkpointunknown2007-09-121-0/+2
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-07-011-0/+1
|\
| * Fixed REPAIR/CHECK/ANALYZE TABLE for tables with new BLOCK-ROW format.unknown2007-07-011-0/+1
* | - WL#3239 "log CREATE TABLE in Maria"unknown2007-06-221-1/+1
* | Fixed LSN codding to allow code allunknown2007-06-151-1/+0
|/
* Fixed compiler warningsunknown2007-06-091-0/+1
* fix for 2 memory leaks in ps_maria.test (just need to destroy objectsunknown2007-06-071-0/+2
* Fixed that ma_test_all works with -T (simple transaction/logging support)unknown2007-06-041-0/+2
* This patch is a collection of patches from from Sanja, Sergei and Monty.unknown2007-05-291-0/+1
* GPL license update (same change as was done for all files in 5.1).unknown2007-03-021-2/+1
* Merge with new versionunknown2007-01-231-0/+2
|\
| * Implementation of rows-in-blockunknown2007-01-181-0/+2
* | Merge of recent MyISAM changes into Maria. Testsuite passes as muchunknown2006-10-111-3/+3
|/
* WL#3270 "Maria - cleanups of inherited MyISAM functionality"unknown2006-05-051-1/+0
* Added storage/maria (based on MyISAM). WL#3245unknown2006-04-111-0/+59