summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMPbb-10.4-mdev16991Alexander Barkov2018-11-262-13/+20
* MDEV-17813 Crash in instant ALTER TABLE due to purge concurrently emptying tableMarko Mäkelä2018-11-233-21/+96
* Fix the -DWITH_WSREP:BOOL=OFF buildMarko Mäkelä2018-11-221-0/+1
* MDEV-17794 Do not assign persistent ID for temporary tablesMarko Mäkelä2018-11-2225-550/+450
* MDEV-17793 follow-up: Also update SYS_VIRTUALMarko Mäkelä2018-11-221-0/+1
* MDEV-17793 Crash in purge after instant DROP and emptying the tableMarko Mäkelä2018-11-222-0/+68
* Fixed compiler warnings in tokudb_sysvars.ccMonty2018-11-221-1/+3
* MDEV-17721: Corrupted data dictionary after instant DROP COLUMNMarko Mäkelä2018-11-211-1/+0
* Merge 10.3 into 10.4Marko Mäkelä2018-11-211-22/+5
|\
| * Merge 10.2 into 10.3Marko Mäkelä2018-11-201-22/+5
| |\
| | * MDEV-17780 innodb.truncate_recover crashes in recovery due to out-of-bounds p...Marko Mäkelä2018-11-201-22/+5
* | | MDEV-17721: Corrupted data dictionary after instant DROP COLUMNMarko Mäkelä2018-11-211-2/+4
* | | MDEV-14500 filesort to support engines with slow rnd_posSergei Golubchik2018-11-202-2/+2
* | | cleanup: rename a flag, keep old name for compatibilitySergei Golubchik2018-11-201-2/+2
* | | cleanup: remove HA_WANTS_PRIMARY_KEY as redundantSergei Golubchik2018-11-201-1/+1
* | | MDEV-17721: Corrupted data dictionary after instant DROP COLUMNMarko Mäkelä2018-11-201-19/+6
* | | Merge 10.3 into 10.4Marko Mäkelä2018-11-19111-372/+160
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2018-11-19110-359/+126
| |\ \ | | |/
| | * Fix the Windows buildMarko Mäkelä2018-11-191-2/+1
| | * Remove many redundant #include from InnoDBMarko Mäkelä2018-11-19107-313/+47
| | * MDEV-17765 lock_discard_page() may fail to discard locks for SPATIAL INDEXMarko Mäkelä2018-11-191-30/+37
| | * MDEV-17726: Fix compiler warningMarko Mäkelä2018-11-191-1/+1
| | * MDEV-17726: A better fixMarko Mäkelä2018-11-161-11/+19
| | * Fix a commentMarko Mäkelä2018-11-121-1/+1
| | * MDEV-13564 clean-up: Replace memset() with init()Marko Mäkelä2018-11-121-1/+1
| | * Merge branch '10.2-connect' into 10.2Oleksandr Byelkin2018-11-092-0/+21
| | |\
| | | * - Implement the CHECK TABLE statement and accept REPAIR and ANALYZEOlivier Bertrand2018-10-1413-51/+151
| * | | Max transid was not stored directly after Aria recoveryMonty2018-11-164-8/+32
| * | | os_aio_validate_skip(): Fix a data raceMarko Mäkelä2018-11-141-12/+5
* | | | Fix a compilation errorMarko Mäkelä2018-11-181-3/+3
* | | | MDEV-17750: Fix the Windows buildMarko Mäkelä2018-11-181-3/+0
* | | | MDEV-17750: Remove dict_index_get_sys_col_pos()Marko Mäkelä2018-11-1617-314/+124
* | | | MDEV-17750: Remove unnecessary rec_get_offsets() in IMPORT TABLESPACEMarko Mäkelä2018-11-161-56/+8
* | | | MDEV-17750: Avoid some rec_get_offsets() for accessing FTS_DOC_IDMarko Mäkelä2018-11-164-64/+24
* | | | Add dict_index_t member functions for determining index typeMarko Mäkelä2018-11-163-140/+21
* | | | MDEV-17721 Corrupted data dictionary after instant ADD COLUMNMarko Mäkelä2018-11-161-5/+11
* | | | MDEV-17735 Assertion failure in row_parse_int() on first ADD/DROP COLUMNMarko Mäkelä2018-11-161-13/+20
* | | | MDEV-16580 Remove unused monitor counters from InnoDBEugene Kosov2018-11-162-6/+0
* | | | MDEV-17712 Remove C_TIME_FUZZY_DATES, C_TIME_DATETIME_ONLY, C_TIME_TIME_ONLYAlexander Barkov2018-11-141-0/+9
* | | | Add dict_table_t::not_redundant()Marko Mäkelä2018-11-124-22/+8
* | | | MDEV-15562 post-push cleanupMarko Mäkelä2018-11-093-35/+36
* | | | Merge 10.3 into 10.4mariadb-10.4.0Marko Mäkelä2018-11-083-29/+14
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2018-11-073-29/+14
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2018-11-074-79/+25
| | |\ \
| | | * \ Merge 10.0 into 10.1Marko Mäkelä2018-11-074-22/+2
| | | |\ \
| | | | * | Add implementation in .h and delete unneccessery printingAnel Husakovic2018-11-064-24/+2
| | | * | | MDEV-17230: encryption_key_id from alter is ignored by encryption threadsJan Lindström2018-11-062-28/+22
| | * | | | Disable rocksdb.com_rpc_tx testSergei Petrunia2018-11-061-0/+1
* | | | | | MDEV-17563 Different results using table or view when comparing values of tim...Alexander Barkov2018-11-081-4/+4
* | | | | | Merge 10.3 into 10.4Marko Mäkelä2018-11-06114-695/+706
|\ \ \ \ \ \ | |/ / / / /