summaryrefslogtreecommitdiff
path: root/storage/xtradb/dict
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23722 InnoDB: Assertion: result != FTS_INVALID in fts_trx_row_get_new_stateThirunarayanan Balathandayuthapani2020-10-081-0/+19
* MDEV-19092 Server crash when renaming the column whenbb-10.1-MDEV-19092Thirunarayanan Balathandayuthapani2020-05-041-7/+39
* MDEV-19092 Server crash when renaming the column whenThirunarayanan Balathandayuthapani2020-03-251-3/+4
* MDEV-21564 Assert in trx_purge_add_update_undo_to_history during shutdownThirunarayanan Balathandayuthapani2020-01-301-2/+5
* MDEV-20987 InnoDB fails to start when fts table has FK relationThirunarayanan Balathandayuthapani2019-11-061-1/+1
* Fix GCC 9.2.1 -Wstringop-truncationMarko Mäkelä2019-11-041-4/+2
* MDEV-20621 FULLTEXT INDEX activity causes InnoDB hangThirunarayanan Balathandayuthapani2019-10-251-1/+6
* MDEV-19529 InnoDB hang on DROP FULLTEXT INDEXThirunarayanan Balathandayuthapani2019-09-181-27/+0
* Remove the wrappers ut_time(), ut_difftime(), ib_time_tMarko Mäkelä2019-07-243-9/+9
* Update FSF addressVicențiu Ciorbaru2019-05-116-6/+6
* Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
|\
| * Follow-up to changing FSF addressVicențiu Ciorbaru2019-05-111-1/+1
* | Bug #19811005 ALTER TABLE ADD INDEX DOES NOT UPDATE INDEX_LENGTH IN I_S TABLESAakanksha Verma2019-04-251-2/+3
* | Merge 5.5 into 10.1Marko Mäkelä2019-04-241-5/+13
|\ \ | |/
| * MDEV-18139 ALTER IGNORE ... ADD FOREIGN KEY causes bogus errorMarko Mäkelä2019-04-231-5/+18
* | Fix -Wnonnull-compareMarko Mäkelä2019-04-032-20/+4
* | Merge 10.0 into 10.1Marko Mäkelä2019-03-211-2/+3
|\ \
| * | MDEV-6262 follow-up: Ensure NUL termination on strncpy()Marko Mäkelä2019-03-211-2/+3
* | | MDEV-18659: Fix string truncation/overflow in InnoDB and XtraDBMarko Mäkelä2019-03-061-14/+12
* | | MDEV-18630 Uninitialised value in FOREIGN KEY error messageMarko Mäkelä2019-02-181-32/+17
* | | MDEV-17933 slow server status - dict_sys_get_size()Marko Mäkelä2019-01-231-27/+11
* | | Merge 10.0 into 10.1Marko Mäkelä2018-11-051-5/+2
|\ \ \ | |/ /
| * | Revert some InnoDB/XtraDB changesMarko Mäkelä2018-11-051-5/+2
* | | Merge 10.0 into 10.1Marko Mäkelä2018-11-051-3/+1
|\ \ \ | |/ /
| * | MDEV-13671 InnoDB should use case-insensitive column name comparisons like th...Eugene Kosov2018-11-051-3/+1
* | | Merge branch '10.0' into 10.1Sergei Golubchik2018-10-311-0/+15
|\ \ \ | |/ /
| * | MDEV-12023 Assertion failure sym_node->table != NULL on startupMarko Mäkelä2018-10-301-1/+16
* | | Merge branch '10.0' into 10.1Sergei Golubchik2018-10-301-2/+5
|\ \ \ | |/ /
| * | Merge branch 'merge/merge-xtradb-5.6' into 10.0Sergei Golubchik2018-10-281-2/+5
| |\ \
| | * | 5.6.41-84.1Sergei Golubchik2018-10-271-2/+5
* | | | Fix -Wclass-memaccess in WSREP,InnoDB,XtraDBMarko Mäkelä2018-08-031-10/+4
* | | | MDEV-16515 InnoDB: Failing assertion: ++retries < 10000 in fileMarko Mäkelä2018-06-261-2/+2
* | | | MDEV-16283 ALTER TABLE...DISCARD TABLESPACE still takes long on a large buffe...Marko Mäkelä2018-05-291-29/+5
* | | | Merge 10.0 into 10.1Marko Mäkelä2018-05-091-1/+2
|\ \ \ \ | |/ / /
| * | | MDEV-16119 InnoDB lock->index refers to a freed object after failed ADD INDEXMarko Mäkelä2018-05-091-1/+2
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-052-23/+26
|\ \ \ \ | |/ / /
| * | | Merge branch 'merge-xtradb-5.6' into 10.0Sergei Golubchik2018-04-262-25/+26
| |\ \ \ | | |/ /
| | * | 5.6.39-83.1Sergei Golubchik2018-04-242-33/+46
* | | | Merge 10.0 into 10.1Marko Mäkelä2018-04-241-1/+5
|\ \ \ \ | |/ / /
| * | | MDEV-15723 Crash in INFORMATION_SCHEMA.INNODB_SYS_TABLES when accessing corru...Marko Mäkelä2018-04-231-1/+5
* | | | MDEV-14904 Backport innodb_default_row_formatMarko Mäkelä2018-03-071-5/+3
* | | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-022-3/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'merge-xtradb-5.6' into 10.0Vicențiu Ciorbaru2018-01-241-1/+1
| |\ \ \ | | |/ /
| | * | 5.6.38-83.0Vicențiu Ciorbaru2018-01-231-1/+1
| * | | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-1/+3
| |\ \ \ | | | |/ | | |/|
| | * | MDEV-7049 MySQL#74585 - InnoDB: Failing assertion: *mbmaxlen < 5 in file ha_i...Marko Mäkelä2018-01-221-1/+3
| | * | MDEV-12569 InnoDB suggests filing bugs at MySQL bug trackerMarko Mäkelä2017-10-261-1/+1
| | * | Merge branch 'merge-xtradb-5.5' into 5.5mariadb-5.5.57Sergei Golubchik2017-07-181-2/+2
| | |\ \
| | | * | 5.5.55-38.8Sergei Golubchik2017-07-183-11/+11
* | | | | Merge 10.0 into 10.1Marko Mäkelä2018-01-081-0/+1
|\ \ \ \ \ | |/ / / /