summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-18016: Assertion failure on ALTER TABLE after foreign_key_checks=0Marko Mäkelä2019-01-292-68/+48
* MDEV-18256 Duplicated call to dict_foreign_remove_from_cache()Marko Mäkelä2019-01-292-10/+26
* MDEV-18222: Duplicated call to dict_foreign_remove_from_cache()Marko Mäkelä2019-01-292-8/+8
* Fix xtradb version after mergeOleksandr Byelkin2019-01-291-1/+1
* MariaDB detect incorrect table nameOleksandr Byelkin2019-01-292-2/+3
* Fix detection of version in tokudbOleksandr Byelkin2019-01-281-1/+1
* Merge branch 'merge-tokudb-5.6' into 10.0Oleksandr Byelkin2019-01-2834-1069/+1776
|\
| * 5.6.42-84.2Oleksandr Byelkin2019-01-2435-1075/+1778
* | Version fix after mergeOleksandr Byelkin2019-01-281-1/+1
* | Reverting part of da34c7de5dacac85c4dc1f714bcd7edf3b7fe5f9 that was already f...Oleksandr Byelkin2019-01-281-3/+0
* | Merge branch 'merge-xtradb-5.6' into 10.0Oleksandr Byelkin2019-01-283-14/+41
|\ \
| * | 5.6.42-84.2Oleksandr Byelkin2019-01-248-26/+99
* | | Squashed commit of connect/10.0:Olivier Bertrand2019-01-2516-350/+426
* | | Bug#28867993: POSSIBLE ISSUE WITH MYSQL SERVER RESTARTSergei Golubchik2019-01-232-0/+7
* | | MDEV-18349 InnoDB file size changes are not safe when file system crashesMarko Mäkelä2019-01-234-48/+47
* | | MDEV-18233 Moving the hash_node_t to improve locality of referenceMarko Mäkelä2019-01-156-14/+14
|\ \ \
| * | | MDEV-18233 Moving the hash_node_t to improve locality of referenceEugene Kosov2019-01-146-14/+14
* | | | MDEV-18243 incorrect ASAN instrumentationEugene Kosov2019-01-152-6/+0
* | | | MDEV-17797 Add ASAN poisoning for mem_heap_tMarko Mäkelä2019-01-154-20/+16
|/ / /
* | | Merge pull request #973 from tempesta-tech/tt-10.0-MDEV-16499-virtual-innodbMarko Mäkelä2019-01-142-14/+18
|\ \ \
| * | | MDEV-16499 [10.1] ER_NO_SUCH_TABLE_IN_ENGINE followed by "Please drop the tab...Eugene Kosov2018-11-302-14/+18
* | | | fix RHEL8 "ambiguous python shebang" build failuresSergei Golubchik2019-01-0210-0/+0
* | | | compilation warning on WindowsSergei Golubchik2019-01-022-2/+2
* | | | MDEV-18041 Database corruption after renaming a prefix-indexed columnEugene Kosov2018-12-292-28/+36
* | | | row_drop_table_for_mysql(): Correct a parameter to innobase_format_name()Marko Mäkelä2018-12-282-2/+4
* | | | MDEV-17957 Make Innodb_checksum_algorithm stricter for strict_* valuesThirunarayanan Balathandayuthapani2018-12-139-465/+199
* | | | MDEV-17833 ALTER TABLE is not enforcing prefix index size limitEugene Kosov2018-12-112-6/+4
* | | | MDEV-17904 Crash in fts_is_sync_needed() after failed ALTER or CREATE TABLEMarko Mäkelä2018-12-072-8/+8
|/ / /
* | | Add implementation in .h and delete unneccessery printingAnel Husakovic2018-11-064-24/+2
* | | Revert some InnoDB/XtraDB changesMarko Mäkelä2018-11-0516-154/+104
* | | MDEV-13671 InnoDB should use case-insensitive column name comparisons like th...Eugene Kosov2018-11-054-36/+32
* | | Remove dead code is_thd_killed()Marko Mäkelä2018-11-022-15/+2
* | | MDEV-12023 Assertion failure sym_node->table != NULL on startupMarko Mäkelä2018-10-306-174/+189
* | | CONNECT: bintar compilation failure on Mac OS XSergei Golubchik2018-10-291-1/+1
* | | after-merge: enable testsSergei Golubchik2018-10-283-4/+2
* | | Squashed commit of connect/10.0:Olivier Bertrand2018-10-2841-333/+348
* | | CONNECT: don't mix bundled zlib and system libxml2Sergei Golubchik2018-10-281-0/+9
* | | Merge branch 'merge/merge-perfschema-5.6' into 10.0Sergei Golubchik2018-10-281-1/+4
|\ \ \
| * | | 5.6.42Sergei Golubchik2018-10-271-1/+4
* | | | Merge branch 'merge/merge-xtradb-5.6' into 10.0Sergei Golubchik2018-10-2826-120/+212
|\ \ \ \ | | |/ / | |/| |
| * | | 5.6.41-84.1Sergei Golubchik2018-10-2733-173/+433
* | | | Merge branch 'merge/merge-innodb-5.6' into 10.0Sergei Golubchik2018-10-289-54/+93
|\ \ \ \
| * | | | 5.6.42Sergei Golubchik2018-10-279-60/+143
* | | | | Merge branch '5.5' into 10.0Sergei Golubchik2018-10-278-21/+147
|\ \ \ \ \
| * \ \ \ \ Merge branch 'merge/merge-xtradb-5.5' into 5.5mariadb-5.5.62Sergei Golubchik2018-10-2410-63/+123
| |\ \ \ \ \
| | * | | | | 5.5.61-38.13Sergei Golubchik2018-10-2412-65/+135
| * | | | | | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-10-231-4/+18
| |\ \ \ \ \ \
| | * | | | | | Bug#27799513: POTENTIAL DOUBLE FREE OR CORRUPTION OF HEAPArun Kuruvila2018-06-291-3/+17
| * | | | | | | MDEV-9137 MariaDB Crash on Query Using Aria EngineSergei Golubchik2018-09-221-1/+1
| * | | | | | | MDEV-9137 MariaDB Crash on Query Using Aria EngineSergei Golubchik2018-09-221-5/+10