summaryrefslogtreecommitdiff
path: root/storage/innobase/include/row0mysql.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2023-02-101-1/+1
|\
| * Merge 10.4 into 10.5Marko Mäkelä2023-02-101-1/+1
| |\
| | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-1/+1
* | | MDEV-24402: InnoDB CHECK TABLE ... EXTENDEDMarko Mäkelä2022-10-211-21/+5
* | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-10-151-3/+6
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Marko Mäkelä2022-10-131-3/+6
| |\ \ | | |/
| | * Merge 10.3 into 10.4Marko Mäkelä2022-10-131-3/+6
| | |\
| | | * MDEV-29299 SELECT from table with vcol index reports warningNikita Malyavin2022-10-121-3/+6
* | | | Cleanup: Add missing constMarko Mäkelä2022-10-061-12/+7
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-281-5/+5
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2021-10-281-5/+5
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2021-10-281-5/+5
| | |\ \ | | | |/
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-10-281-5/+5
| | | |\
| | | | * MDEV-26866 FOREIGN KEY…SET NULL corrupts an index on a virtual columnNikita Malyavin2021-10-281-5/+5
* | | | | MDEV-25919: Lock tables before acquiring dict_sys.latchMarko Mäkelä2021-08-311-23/+17
* | | | | MDEV-25919 preparation: Various cleanupMarko Mäkelä2021-08-311-19/+2
* | | | | MDEV-21175 follow-up: Remove redundant locking; rely on MDLMarko Mäkelä2021-07-291-11/+0
* | | | | MDEV-25506 (3 of 3): Do not delete .ibd files before commitMarko Mäkelä2021-06-091-59/+1
* | | | | MDEV-25743: Unnecessary copying of table names in InnoDB dictionaryMarko Mäkelä2021-05-211-16/+8
* | | | | MDEV-25691: Simplify handlerton::drop_database for InnoDBMarko Mäkelä2021-05-181-11/+0
* | | | | MDEV-18518 fixup: Remove row_drop_table_after_create_fail()Marko Mäkelä2021-05-171-3/+0
* | | | | MDEV-25506: Kill during DDL leaves orphan .ibd fileMarko Mäkelä2021-05-041-4/+4
* | | | | MDEV-13115: Implement SELECT SKIP LOCKEDDaniel Black2021-04-081-0/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-081-7/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-081-7/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-081-7/+1
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-03-051-7/+1
| | | |\ \ | | | | |/
| | | | * fixup 58b56f14a096285a0e51b2233fc35398f1b01f5a: Remove dead codeMarko Mäkelä2021-03-041-7/+1
* | | | | MDEV-21452: Replace ib_mutex_t with mysql_mutex_tMarko Mäkelä2020-12-151-4/+11
* | | | | MDEV-24167: Replace dict_operation_lock (dict_sys.latch)Marko Mäkelä2020-11-241-8/+2
|/ / / /
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-09-041-2/+40
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-09-031-2/+40
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-09-031-2/+40
| | |\ \ | | | |/
| | | * MDEV-20618 Assertion failed in row_upd_sec_index_entryNikita Malyavin2020-09-011-0/+6
| | | * MDEV-18366 Crash on SELECT on a table with indexed virtual columnsNikita Malyavin2020-09-011-2/+34
* | | | MDEV-21907: Fix most clang -Wconversion in InnoDBMarko Mäkelä2020-03-111-2/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-05-231-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| | |\ \ | | | |/
| | | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | | |\
| | | | * Update FSF addressVicențiu Ciorbaru2019-05-111-1/+1
| | | | * Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-12/+0
| | | | |\
| | | | | * Make row_mysql_table_id_reassign() staticMarko Mäkelä2018-01-181-12/+0
| | | | * | Merge 10.0 into 10.1Marko Mäkelä2017-08-091-6/+1
| | | | |\ \ | | | | | |/
| | | | | * Revert an InnoDB Memcached plugin fix that was merged from MySQL 5.6.37Marko Mäkelä2017-08-091-6/+1
| | | | * | Merge branch '10.0' into 10.1Sergei Golubchik2017-08-081-1/+6
| | | | |\ \ | | | | | |/
| | | | | * Merge remote-tracking branch 'merge/merge-innodb-5.6' into 10.0Vicențiu Ciorbaru2017-07-291-1/+6
| | | | | |\
| | | | | | * 5.6.37Vicențiu Ciorbaru2017-07-291-1/+6
| | | | | | * 5.6.36Vicențiu Ciorbaru2017-05-151-0/+8
| * | | | | | MDEV-19513: Rename dict_operation_lock to dict_sys.latchMarko Mäkelä2019-05-171-1/+1