summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* archive: open ARZ files in external_lock, not in rnd_init/index_initbb-10.1-rediscoverSergei Golubchik2014-06-212-22/+55
* archive: don't forget to set frmver_length=0 for old ARZ versionsSergei Golubchik2014-06-211-7/+4
* archive: check frm version every time ARZ file is openedSergei Golubchik2014-06-211-3/+17
* MDEV-6137 better help for SET/ENUM sysvarsSergei Golubchik2014-06-194-39/+29
* Merge branch '10.0' into 10.1Sergei Golubchik2014-06-1362-824/+2036
|\
| * promote server_audit and sequence plugins to stableSergei Golubchik2014-06-131-1/+1
| * MDEV-6249 mark P_S STABLE and disable it by defaultSergei Golubchik2014-06-091-1/+1
| * Merge spider fixes.Sergey Vojtovich2014-06-095-60/+61
| |\
| | * fix wrong result for Spider testKentoku SHIBA2014-06-101-49/+44
| | * fix for Spider build error by abort_loop on windowsKentoku SHIBA2014-06-103-10/+17
| * | 10.0-connectSergei Golubchik2014-06-0918-510/+539
| |\ \
| | * | - Eliminate virtual columns from CSV and FMT table fieldsOlivier Bertrand2014-05-306-36/+68
| | * | - Fix a bug causing the tabname option to be ignored when the connectionOlivier Bertrand2014-05-272-7/+2
| | * | - Fix writing header of void CONNECT DBF tables on first insert. An errorOlivier Bertrand2014-05-1211-463/+465
| | * | - Fix wrong error "Invalid offset for CVS table" when a specialOlivier Bertrand2014-05-093-4/+4
| * | | MDEV-6320 - disable spider.spider_fixesSergei Golubchik2014-06-091-0/+1
| * | | merge of MDEV-6047unknown2014-06-094-4/+4
| |\ \ \ | | |_|/ | |/| |
| | * | MDEV-6047: Make exists_to_in optimization ON by defaultunknown2014-06-094-4/+4
| * | | merge Spider 3.2.4Kentoku SHIBA2014-06-0822-325/+1295
| * | | MDEV-5976: TokuDB: Wrong query result using mrr=onSergey Petrunya2014-06-062-0/+194
| * | | revert tokudb changes that caused crashesSergei Golubchik2014-06-064-15/+14
| * | | 5.5.38 mergeSergei Golubchik2014-06-067-17/+19
| |\ \ \
| | * | | mark tokudb in 5.5 as MariaDB_PLUGIN_MATURITY_GAMMA, not MariaDB_PLUGIN_MATUR...Sergei Golubchik2014-06-031-7/+7
| | * | | cmake: mark AIO_LIBRARY, EVENT_LIBRARY, GROFF, NROFF as advanced;Sergei Golubchik2014-06-031-0/+1
| | * | | mysql-5.5.38 mergeSergei Golubchik2014-06-032-8/+12
| | |\ \ \
| | | * | | Description: When we execute a correlated subquery on anArun Kuruvila2014-04-101-1/+3
| | | * | | Bug #17858679 TOO MANY TIMES OF MEMSET DECREASEThirunarayanan B2014-04-011-1/+2
| | | * | | Bug #17858679 TOO MANY TIMES OF MEMSET DECREASEThirunarayanan B2014-04-011-7/+9
| | * | | | merge with XtraDB 5.5.37-35.0Sergei Golubchik2014-06-039-24/+49
| | * | | | disable unstable tokudb testsSergei Golubchik2014-05-313-8/+4
| | * | | | MDEV-5485 Minor man pages formatting issuesSergei Golubchik2014-05-301-1/+1
| | * | | | MDEV-6257: MariaDB 5.5 fails to start with 10.0 InnoDB log filesJan Lindström2014-05-222-18/+35
| | * | | | MDEV-6257: MariaDB 5.5 fails to start with 10.0 InnoDB log filesJan Lindström2014-05-212-6/+8
| | * | | | MDEV-6245 Certain compressed tables with myisampack are corrupted by "CHECK T...Michael Widenius2014-05-172-6/+12
| * | | | | MDEV-6258 MariaDB 10.0 performance schema timestamps relative to epochSergei Golubchik2014-06-051-1/+1
| * | | | | Fixed compiler warningsMichael Widenius2014-06-048-19/+21
| * | | | | fix the code to compile without P_SSergei Golubchik2014-06-041-0/+6
| | |_|/ / | |/| | |
| * | | | MDEV-6103 - Adding/removing non-materialized virtual column triggersSergey Vojtovich2014-06-032-4/+12
* | | | | don't include <linux/falloc.h> when it's not really neededSergei Golubchik2014-05-274-4/+0
* | | | | Merge remote-tracking branch 'origin/10.1' into 10.1-serg-mergeSergei Golubchik2014-05-2614-36/+42
|\ \ \ \ \
| * \ \ \ \ merge the compilation fixes from 10.0-FusionIOSergei Golubchik2014-05-2614-36/+42
| |\ \ \ \ \
| | * | | | | compilation failure on Win64Sergei Golubchik2014-05-264-4/+4
| | * | | | | use ENUM not ULONG for innodb-compression-algorithm command-line optionSergei Golubchik2014-05-266-18/+24
| | * | | | | compilation failure on WindowsSergei Golubchik2014-05-262-14/+16
| | * | | | | don't include the file that 1) not present everywhere 2) not used anywaySergei Golubchik2014-05-262-2/+0
| | * | | | | Fix compiler warnings.Jan Lindström2014-05-239-46/+10
| | * | | | | Fix compiler error if LZO is not installed.Jan Lindström2014-05-222-2/+2
| | * | | | | Fixed compiler errors caused by merge error.Jan Lindström2014-05-222-4/+4
| | * | | | | Fix some compiler warnings and small errors on code.Jan Lindström2014-05-2213-28/+44
* | | | | | | set version to 10.1.0Sergei Golubchik2014-05-256-14/+14
|/ / / / / /