summaryrefslogtreecommitdiff
path: root/storage/xtradb/row/row0mysql.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21563 FTS thread aborts during shutdownThirunarayanan Balathandayuthapani2020-02-071-1/+1
* MDEV-21563 FTS thread aborts during shutdownThirunarayanan Balathandayuthapani2020-02-061-0/+15
* MDEV-19529 InnoDB hang on DROP FULLTEXT INDEXThirunarayanan Balathandayuthapani2019-09-181-4/+3
* MDEV-20102 Phantom InnoDB table remains after interrupted CREATE...SELECTMarko Mäkelä2019-07-221-3/+4
* MDEV-19441 Typo in error message "InnoDB: FTS Doc ID must be large than"Marko Mäkelä2019-05-131-8/+7
* Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
* MDEV-18220: heap-use-after-free in fts_get_table_name_prefix()Marko Mäkelä2019-05-101-1/+1
* Fix -Wnonnull-compareMarko Mäkelä2019-04-031-1/+0
* cmake: re-enable -Werror in the maintainer modeSergei Golubchik2019-03-271-4/+4
* Merge 10.0 into 10.1Marko Mäkelä2019-03-071-4/+5
|\
| * Merge 5.5 into 10.0Marko Mäkelä2019-03-071-5/+6
* | MDEV-18659: Fix string truncation/overflow in InnoDB and XtraDBMarko Mäkelä2019-03-061-2/+6
* | Merge 10.1 into 10.1Marko Mäkelä2019-02-021-12/+0
|\ \ | |/
| * Merge branch 'merge-xtradb-5.6' into 10.0Oleksandr Byelkin2019-01-281-12/+0
| |\
| | * 5.6.42-84.2Oleksandr Byelkin2019-01-241-12/+3
* | | MDEV-18237 InnoDB: Unable to drop FTS index aux table and further errors (pos...Marko Mäkelä2019-01-181-2/+4
* | | Merge branch '10.0' into 10.1Sergei Golubchik2018-12-291-1/+2
|\ \ \ | |/ /
| * | row_drop_table_for_mysql(): Correct a parameter to innobase_format_name()Marko Mäkelä2018-12-281-1/+2
* | | MDEV-17470 Orphan temporary files after interrupted ALTER cause InnoDB: Opera...Eugene Kosov2018-12-281-2/+3
* | | Fix innodb.table_flags,debugMarko Mäkelä2018-10-311-1/+3
* | | Merge branch '10.0' into 10.1Sergei Golubchik2018-10-311-86/+77
|\ \ \ | |/ /
| * | MDEV-12023 Assertion failure sym_node->table != NULL on startupMarko Mäkelä2018-10-301-86/+77
* | | Merge branch '10.0' into 10.1Sergei Golubchik2018-10-301-2/+15
|\ \ \ | |/ /
| * | Merge branch 'merge/merge-xtradb-5.6' into 10.0Sergei Golubchik2018-10-281-0/+12
| |\ \ | | |/
| | * 5.6.41-84.1Sergei Golubchik2018-10-271-4/+16
| * | MDEV-17531 Crash in RENAME TABLE with FOREIGN KEY and FULLTEXT INDEXMarko Mäkelä2018-10-251-2/+3
* | | compiler warnings (clang 4.0.1 on i386)Sergei Golubchik2018-09-041-2/+2
* | | MDEV-16647 InnoDB fails to drop large temporary table on disconnectMarko Mäkelä2018-08-311-1/+2
* | | Merge 10.0 into 10.1Marko Mäkelä2018-07-311-0/+12
|\ \ \ | |/ /
| * | MDEV-16855 Fix fts_sync_synchronization in InnoDBMarko Mäkelä2018-07-301-0/+12
* | | MDEV-16515 InnoDB: Failing assertion: ++retries < 10000 in fileMarko Mäkelä2018-06-261-16/+28
* | | MDEV-16283 ALTER TABLE...DISCARD TABLESPACE still takes long on a large buffe...Marko Mäkelä2018-05-291-0/+17
* | | Merge 10.0 into 10.1Marko Mäkelä2018-05-111-4/+4
|\ \ \ | |/ /
| * | Bug #26334149 - MYSQL CRASHES WHEN FULL TEXT INDEXES IBD FILES ARE ORPHANED D...Sachin Agarwal2018-05-111-2/+3
| * | Bug #27041445 SERVER ABORTS IF FTS_DOC_ID EXCEEDS FTS_DOC_ID_MAX_STEPThirunarayanan Balathandayuthapani2018-05-111-2/+1
* | | MDEV-14611 ALTER TABLE EXCHANGE PARTITION does not work properly when used wi...Alexey Botchkov2018-02-101-0/+1
* | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-7/+18
|\ \ \ | |/ /
| * | Revert "MDEV-6928: Add trx pointer to struct mtr_t"Marko Mäkelä2018-01-291-4/+4
| * | Merge branch 'merge-xtradb-5.6' into 10.0Vicențiu Ciorbaru2018-01-241-1/+12
| |\ \ | | |/
| | * 5.6.38-83.0Vicențiu Ciorbaru2018-01-231-2/+14
| * | Make row_mysql_table_id_reassign() staticMarko Mäkelä2018-01-181-2/+2
* | | Merge 10.0 into 10.1Marko Mäkelä2017-12-181-99/+37
|\ \ \ | |/ /
| * | MDEV-13407 innodb.drop_table_background failed in buildbot with "Tablespace f...Marko Mäkelä2017-12-181-99/+37
* | | MDEV-13328 ALTER TABLE…DISCARD TABLESPACE takes a lot of timeMarko Mäkelä2017-11-061-10/+2
* | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-4/+29
|\ \ \ | |/ /
| * | MDEV-13446 fts_create_doc_id() unnecessarily allocates 8 bytes for every inse...Marko Mäkelä2017-10-091-4/+29
| * | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+2
* | | Remove some fields from dict_table_tMarko Mäkelä2017-06-151-12/+0
* | | Cleanup of MDEV-12600: crash during install_db with innodb_page_size=32K and ...Marko Mäkelä2017-06-081-7/+1
* | | MDEV-12600: crash during install_db with innodb_page_size=32K and ibdata1=3M;bb-10.1-MDEV-12113Jan Lindström2017-06-011-1/+7