summaryrefslogtreecommitdiff
path: root/storage/xtradb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge-xtradb-5.6' into 10.0Sergei Golubchik2018-04-269-41/+104
|\
| * 5.6.39-83.1Sergei Golubchik2018-04-2411-51/+131
* | MDEV-15723 Crash in INFORMATION_SCHEMA.INNODB_SYS_TABLES when accessing corru...Marko Mäkelä2018-04-231-1/+5
* | Remove the "register" keywordMarko Mäkelä2018-04-231-10/+7
* | Fix -Wimplicit-fallthroughMarko Mäkelä2018-04-231-0/+2
* | MDEV-15937 Assertion failure 'key->flags & 1' on ALTER TABLEMarko Mäkelä2018-04-231-8/+4
* | Merge branch '5.5' into 10.0Sergei Golubchik2018-04-201-1/+1
|\ \
| * \ Merge branch 'merge/merge-xtradb-5.5' into 5.5mariadb-5.5.60Sergei Golubchik2018-04-202-3/+3
| |\ \
| | * | 5.5.59-38.11Sergei Golubchik2018-04-202-8/+11
| * | | BUG#27216817: INNODB: FAILING ASSERTION: PREBUILT->TABLE->N_MYSQL_HANDLES_OPE...Sergei Golubchik2018-04-192-0/+12
* | | | compiler warningSergei Golubchik2018-04-201-3/+0
* | | | Merge 5.5 into 10.0Marko Mäkelä2018-03-201-0/+5
|\ \ \ \ | |/ / /
| * | | honor alignment rules and xtradb tooEugene Kosov2018-03-201-0/+5
* | | | MDEV-14773 DROP TABLE hangs for InnoDB table with FULLTEXT indexMarko Mäkelä2018-03-121-18/+5
* | | | MDEV-14988 innodb_read_only tries to modify files if transactions were recove...Marko Mäkelä2018-02-133-4/+11
* | | | Update wrong xtradb versionVicențiu Ciorbaru2018-02-081-1/+1
* | | | MDEV-15249 Crash in MVCC read after IMPORT TABLESPACEMarko Mäkelä2018-02-083-5/+5
* | | | Revert "MDEV-6928: Add trx pointer to struct mtr_t"Marko Mäkelä2018-01-2921-119/+91
* | | | Remove xtradb "fragmentation-statistics" patchesVicențiu Ciorbaru2018-01-244-62/+1
* | | | Merge branch 'merge-xtradb-5.6' into 10.0Vicențiu Ciorbaru2018-01-2424-66/+515
|\ \ \ \ | | |_|/ | |/| |
| * | | 5.6.38-83.0Vicențiu Ciorbaru2018-01-2334-99/+604
* | | | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-2427-213/+148
|\ \ \ \ | | |/ / | |/| |
| * | | Add ASAN instrumentation (and more strict Valgrind) to InnoDBMarko Mäkelä2018-01-236-24/+15
| * | | Silence -Wimplicit-fallthroughMarko Mäkelä2018-01-231-0/+1
| * | | improve ASAN instrumentation: InnoDB/XtraDBSergei Golubchik2018-01-221-7/+9
| * | | MDEV-7049 MySQL#74585 - InnoDB: Failing assertion: *mbmaxlen < 5 in file ha_i...Marko Mäkelä2018-01-2215-155/+89
| * | | Merge branch 'merge/merge-xtradb-5.5' into 5.5mariadb-5.5.59Sergei Golubchik2018-01-183-6/+10
| |\ \ \ | | | |/ | | |/|
| | * | 5.5.58-38.10Sergei Golubchik2018-01-179-13/+24
* | | | MDEV-12173 "Error: trying to do an operation on a dropped tablespace"Marko Mäkelä2018-01-224-23/+8
* | | | Make row_mysql_table_id_reassign() staticMarko Mäkelä2018-01-182-14/+2
* | | | Merge 5.5 into 10.0Marko Mäkelä2018-01-111-26/+0
|\ \ \ \ | |/ / /
| * | | MDEV-14916 InnoDB reports warning for "Purge reached the head of the history ...Marko Mäkelä2018-01-111-26/+0
| * | | MDEV-13814 Extra logging when innodb_log_archive=ONMarko Mäkelä2018-01-101-1/+1
| * | | MDEV-14174 crash on start with innodb-track-changed-pagesMarko Mäkelä2018-01-101-7/+9
* | | | MDEV-13205 InnoDB: Failing assertion: !dict_index_is_online_ddl(index) upon A...Marko Mäkelä2018-01-081-0/+1
* | | | Fix a truncation warning introduced in MDEV-12323Marko Mäkelä2018-01-041-3/+4
* | | | Merge 5.5 into 10.0Marko Mäkelä2018-01-023-4/+17
|\ \ \ \ | |/ / /
| * | | Follow-up to MDEV-14799: Remove bogus debug assertionsMarko Mäkelä2018-01-021-3/+0
| * | | MDEV-14799 After UPDATE of indexed columns, old values will not be purged fro...Marko Mäkelä2018-01-023-2/+17
* | | | MDEV-12827 Assertion failure when reporting duplicate key error in online tab...Marko Mäkelä2017-12-211-18/+15
* | | | Correct a function commentMarko Mäkelä2017-12-202-8/+4
* | | | MDEV-13407 innodb.drop_table_background failed in buildbot with "Tablespace f...Marko Mäkelä2017-12-181-99/+37
* | | | MDEV-14008 Assertion failing: `!is_set() || (m_status == DA_OK_BULK && is_bul...Alexander Barkov2017-12-181-2/+2
* | | | Follow-up fix for MDEV-12352: Plug a memory leakMarko Mäkelä2017-12-131-0/+2
* | | | MDEV-12323 Rollback progress log messages during crash recovery are intermixe...Marko Mäkelä2017-12-133-56/+48
* | | | Follow-up to MDEV-11027: Use recv_sys_t::report()Marko Mäkelä2017-12-131-6/+5
* | | | MDEV-12352 InnoDB shutdown should not be blocked by a large transaction rollbackMarko Mäkelä2017-12-133-7/+36
* | | | MDEV-13797 InnoDB may hang if shutdown is initiated soon after startup while ...Marko Mäkelä2017-12-132-21/+32
* | | | MDEV-9663: InnoDB assertion failure: *cursor->index->name == TEMP_INDEX_PREFIXJan Lindström2017-11-161-0/+4
* | | | removed garbase struct memberEugene Kosov2017-11-151-3/+0