summaryrefslogtreecommitdiff
path: root/storage/innobase/handler/ha_innodb.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2019-07-251-40/+44
|\
| * Merge 10.2 into 10.3Marko Mäkelä2019-07-251-19/+8
| |\
| | * fts_sync_table(), fts_sync() dead code removalMarko Mäkelä2019-07-251-1/+1
| | * Bug #29127203 VIRTUAL GENERATED COLUMN INDEX DATA INCONSISTENCYAditya A2019-07-251-3/+6
| | * Merge 10.1 into 10.2Marko Mäkelä2019-07-251-18/+1
| | |\
| | | * Replace ut_timer() with my_interval_timer()Marko Mäkelä2019-07-251-3/+1
| | | * MDEV-14154: Remove ut_time_us()Marko Mäkelä2019-07-241-7/+8
| | | * MDEV-20102 Phantom InnoDB table remains after interrupted CREATE...SELECTMarko Mäkelä2019-07-221-5/+7
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-07-241-6/+7
| |\ \ \ | | |/ /
| | * | MDEV-14154: Remove ut_time_us()Marko Mäkelä2019-07-231-6/+7
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-07-221-15/+14
| |\ \ \ | | |/ /
| | * | MDEV-17005 ASAN heap-use-after-free in innobase_get_computed_valueNikita Malyavin2019-07-221-9/+2
| | * | MDEV-17005 add debug logs and set up deterministic testNikita Malyavin2019-07-221-9/+15
| * | | Merge 10.2 into 10.3Eugene Kosov2019-07-161-0/+15
| |\ \ \ | | |/ /
| | * | MDEV-16222 Assertion `0' failed in row_purge_remove_sec_if_poss_leaf on table...Aleksey Midenkov2019-07-081-0/+23
| | * | MDEV-19292 "Row size too large" error when creating table with lots columns w...Eugene Kosov2019-07-051-0/+15
| | * | Fix the compilation after the parent commitMarko Mäkelä2019-07-021-1/+1
| * | | MDEV-16222 Assertion `0' failed in row_purge_remove_sec_if_poss_leaf on table...Aleksey Midenkov2019-07-091-0/+23
* | | | MDEV-16222 Assertion `0' failed in row_purge_remove_sec_if_poss_leaf on table...Aleksey Midenkov2019-07-081-0/+23
* | | | MDEV-19955 make argument of handler::ha_write_row() constEugene Kosov2019-07-051-1/+1
* | | | MDEV-19951 use override keyword across the InnoDBEugene Kosov2019-07-041-163/+2
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-07-021-24/+45
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-07-021-2/+2
| |\ \ \ | | |/ /
| | * | MDEV-19869: Correct the logic, and avoid type mismatchMarko Mäkelä2019-07-021-6/+5
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-07-021-24/+47
| |\ \ \ | | |/ /
| | * | MDEV-19869 Port innodb_fts.fulltext2 from mysql to mariadb.Thirunarayanan Balathandayuthapani2019-07-011-14/+15
| | * | MDEV-17228 Encrypted temporary tables are not encryptedThirunarayanan Balathandayuthapani2019-06-281-2/+26
| | * | MDEV-19886 InnoDB returns misleading ER_NO_SUCH_TABLE_IN_ENGINEMarko Mäkelä2019-06-271-8/+7
* | | | MDEV-17441 InnoDB transition to C++11 atomicsEugene Kosov2019-06-261-4/+4
* | | | MDEV-17441 - InnoDB transition to C++11 atomicsSergey Vojtovich2019-06-261-18/+16
* | | | NFC: refactor Field::is_equal() and related stuffEugene Kosov2019-06-221-5/+141
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-06-141-11/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-06-141-11/+1
| |\ \ \ | | |/ /
| | * | MDEV-19740: Remove some broken InnoDB systemd codeMarko Mäkelä2019-06-121-11/+1
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-05-291-29/+70
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-291-29/+70
| |\ \ \ | | |/ /
| | * | MDEV-19587 innodb_force_recovery=5 crash on DROP SCHEMAMarko Mäkelä2019-05-281-3/+2
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-05-281-61/+65
| | |\ \ | | | |/
| | | * MDEV-19614 SET GLOBAL innodb_ deadlock due to LOCK_global_system_variablesMarko Mäkelä2019-05-281-61/+65
| | * | MDEV-19027 create_table_def fails when virtual column is present between stor...Thirunarayanan Balathandayuthapani2019-05-271-3/+8
* | | | MDEV-19606: Replace most std::list with std::forward_listMarko Mäkelä2019-05-281-14/+13
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-78/+37
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Sergei Golubchik2019-05-171-1/+1
| |\ \ \ | | |/ /
| | * | Fixed InnoDB to not use broken thd_ha_data()Sergey Vojtovich2019-05-161-1/+1
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-83/+32
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-86/+31
| | |\ \ | | | |/
| | | * MDEV-19445 heap-use-after-free related to innodb_ft_aux_tableMarko Mäkelä2019-05-131-93/+30
| | | * MDEV-19441 Typo in error message "InnoDB: FTS Doc ID must be large than"Marko Mäkelä2019-05-131-1/+1
| | * | Remove unnecessary pointer indirection for rw_lock_tMarko Mäkelä2019-05-131-1/+1
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ | | |/ /