summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-17317 Add THD* parameter into Item::get_date() and stricter data type co...Alexander Barkov2018-09-283-8/+8
* Merge 10.3 into 10.4Marko Mäkelä2018-09-212-114/+159
|\
| * Clean up some SPATIAL INDEX codeMarko Mäkelä2018-09-212-114/+159
* | Merge 10.3 into 10.4Marko Mäkelä2018-09-198-24/+30
|\ \ | |/
| * Follow-up to MDEV-16328: ALTER TABLE…page_compression_level should not rebu...Marko Mäkelä2018-09-191-6/+12
| * Terminology: 'metadata' not 'default rec'Marko Mäkelä2018-09-197-18/+18
* | Merge 10.3 into 10.4Marko Mäkelä2018-09-1925-185/+305
|\ \ | |/
| * Terminology: 'metadata record' instead of 'default row'Marko Mäkelä2018-09-1924-137/+134
| * Simplify innobase_add_instant_try()Marko Mäkelä2018-09-181-13/+6
| * MDEV-17144: Sample of spider_direct_sql cause crashbb-10.3-mdev-17144Jacob Mathew2018-09-171-1/+1
| * Fix the Windows buildMarko Mäkelä2018-09-171-2/+2
| * Mroonga follow-up fix for MDEV-16328Marko Mäkelä2018-09-171-0/+3
| * MDEV-16328 ALTER TABLE…page_compression_level should not rebuild tableMarko Mäkelä2018-09-171-35/+162
* | MDEV-17144: Sample of spider_direct_sql cause crashJacob Mathew2018-09-181-1/+1
* | Merge 10.3 into 10.4Marko Mäkelä2018-09-144-10/+42
|\ \ | |/
| * MDEV-17196 Crash during instant ADD COLUMN with long DEFAULT valueMarko Mäkelä2018-09-142-10/+18
| * MDEV-16912: Spider Order By column[datatime] limit 5 returns 3 rowsJacob Mathew2018-09-134-0/+177
| * MDEV-16768: fix blob key lengthMing Lin2018-09-122-0/+24
* | MDEV-16912: Spider Order By column[datatime] limit 5 returns 3 rowsJacob Mathew2018-09-134-0/+177
* | MDEV-17138 Reduce redo log volume for undo tablespace initializationMarko Mäkelä2018-09-1117-115/+221
* | MDEV-13564: Remove old crash-upgrade logic in 10.4Marko Mäkelä2018-09-1137-3802/+380
* | Merge 10.3 into 10.4Marko Mäkelä2018-09-1141-2032/+834
|\ \ | |/
| * MDEV-17161 TRUNCATE TABLE fails after upgrade from 10.1Marko Mäkelä2018-09-102-6/+4
| |\
| | * MDEV-17161 TRUNCATE TABLE fails after upgrade from 10.1Marko Mäkelä2018-09-102-6/+4
| * | MDEV-17158 TRUNCATE is not atomic after MDEV-13564Marko Mäkelä2018-09-1013-94/+178
| |\ \ | | |/
| | * MDEV-17158 TRUNCATE is not atomic after MDEV-13564Marko Mäkelä2018-09-1015-177/+189
| * | Follow-up to MDEV-13407: Remove fil_wait_crypt_bg_threads()Marko Mäkelä2018-09-091-33/+0
| |\ \ | | |/
| | * Follow-up to MDEV-13407: Remove fil_wait_crypt_bg_threads()Marko Mäkelä2018-09-091-34/+0
| * | MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-0738-1924/+745
| |\ \ | | |/
| | * MDEV-14717: Prevent crash-downgrade to earlier MariaDB 10.2Marko Mäkelä2018-09-074-21/+76
| | * MDEV-14585 Automatically remove #sql- tables in InnoDB dictionary during reco...Marko Mäkelä2018-09-072-8/+4
| | * Follow-up to MDEV-13407 innodb.drop_table_background failed in buildbot with ...Marko Mäkelä2018-09-073-51/+101
| | * MDEV-14378 In ALGORITHM=INPLACE, use a common name for the intermediate table...Marko Mäkelä2018-09-075-12/+45
| | * MDEV-14717 RENAME TABLE in InnoDB is not crash-safeMarko Mäkelä2018-09-0712-86/+218
| | * MDEV-17049 Enable innodb_undo tests on buildbotMarko Mäkelä2018-09-073-0/+7
| | * MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-0739-2089/+669
* | | Merge 10.3 into 10.4Marko Mäkelä2018-09-11165-1226/+4641
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2018-09-076-41/+33
| |\ \ | | |/
| | * Remove some debug-only global status variablesMarko Mäkelä2018-09-074-45/+0
| | * Make some declarations privateMarko Mäkelä2018-09-072-26/+29
| | * Relax debug assertions for undo tablespace recoveryMarko Mäkelä2018-09-071-0/+2
| | * row_purge_parse_undo_rec(): Deduplicate some codeMarko Mäkelä2018-09-071-3/+2
| | * innobase_init(): Remove an unnecessary conditionMarko Mäkelä2018-09-071-4/+1
| * | Disable some failing testsMarko Mäkelä2018-09-061-0/+3
| * | Merge 10.2 into 10.3Marko Mäkelä2018-09-06141-700/+4421
| |\ \ | | |/
| | * Rocksdb, Windows - better fix for broken WIN32_LEAN_AND_MEANVladislav Vaintroub2018-09-052-9/+7
| | * Post-merge fixes: Disable rpl_mts_dependency_unique_key_conflicts testSergei Petrunia2018-09-031-0/+1
| | * Merge branch 'bb-10.2-mariarocks-merge' into 10.2Sergei Petrunia2018-08-31134-648/+4381
| | |\
| | | * MyRocks: post-merge fixes: disable rocksdb.use_direct_readsSergei Petrunia2018-08-311-1/+1
| | | * MyRocks: post-merge fixes: Make it compile on Windows.Sergei Petrunia2018-08-313-4/+12