summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/innodb-wl5522-debug.result
Commit message (Expand)AuthorAgeFilesLines
* MDEV-29694 Remove the InnoDB change bufferMarko Mäkelä2023-01-111-5/+0
* MDEV-29983 Deprecate innodb_file_per_tableMarko Mäkelä2023-01-111-6/+0
* Merge 10.7 into 10.8Marko Mäkelä2022-12-131-2/+4
|\
| * Merge 10.5 into 10.6Marko Mäkelä2022-12-131-2/+4
| |\
| | * Merge 10.4 into 10.5Marko Mäkelä2022-12-131-3/+5
| | |\
| | | * Merge 10.3 into 10.4Marko Mäkelä2022-12-131-3/+3
| | | |\
| | | | * MDEV-27882 Innodb - recognise MySQL-8.0 innodb flags and give a specific erro...Daniel Black2022-11-111-4/+4
* | | | | Merge 10.7 into 10.8Marko Mäkelä2022-09-211-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.5 into 10.6Marko Mäkelä2022-09-201-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2022-09-141-2/+2
| | |\ \ \ | | | |/ /
| | | * | Merge 10.3 into 10.4Marko Mäkelä2022-09-131-2/+2
| | | |\ \ | | | | |/
| | | | * MDEV-29446 Change SHOW CREATE TABLE to display default collationAlexander Barkov2022-09-121-2/+2
* | | | | Merge 10.7 into 10.8Marko Mäkelä2022-06-061-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-13542: Crashing on corrupted page is unhelpfulMarko Mäkelä2022-06-061-3/+3
* | | | | MDEV-14425 Improve the redo log for concurrencyMarko Mäkelä2022-01-211-1/+1
|/ / / /
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-271-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5st-10.5-mergeMarko Mäkelä2021-10-271-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-18543 IMPORT TABLESPACE fails after instant DROP COLUMNbb-10.4-MDEV-18543-instant-import-bugsEugene Kosov2021-10-261-1/+1
* | | | MDEV-4750 follow-up: Reduce disabling innodb_stats_persistentMarko Mäkelä2021-08-311-0/+1
* | | | MDEV-25506 (3 of 3): Do not delete .ibd files before commitMarko Mäkelä2021-06-091-0/+1
* | | | Cleanup: Remove the error code DB_MUST_GET_MORE_FILE_SPACEMarko Mäkelä2021-05-211-2/+2
* | | | Cleanup: Remove unused DB_TABLE_IS_BEING_USEDMarko Mäkelä2021-05-171-2/+2
* | | | Cleanup: Remove useless message "If you are installing InnoDB"Marko Mäkelä2021-05-141-1/+0
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-211-4/+4
|/ / /
* | | MDEV-25265: ALTER TABLE...IMPORT TABLESPACE fails after DROP INDEXMarko Mäkelä2021-03-261-0/+1
* | | Make a test more robustMarko Mäkelä2020-09-171-21/+0
* | | Merge 10.4 into 10.5Marko Mäkelä2020-03-211-502/+550
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-03-201-501/+547
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2020-03-201-502/+548
| | |\
| | | * MDEV-21549: Clean up the import/export testsMarko Mäkelä2020-03-201-502/+548
* | | | MDEV-19514 Defer change buffer merge until pages are requestedMarko Mäkelä2019-10-111-3/+1
* | | | Adjust innodb.innodb-wl5522-debug resultMarko Mäkelä2019-05-231-2/+0
|/ / /
* | | MDEV-17750: Remove unnecessary rec_get_offsets() in IMPORT TABLESPACEMarko Mäkelä2018-11-161-6/+0
|/ /
* | Fixed failing testsMonty2018-01-301-9/+9
|/
* Remove the debug variables innodb_purge_stop_now, innodb_purge_run_nowMarko Mäkelä2017-09-131-2/+7
* MDEV-12123 Page contains nonzero PAGE_MAX_TRX_IDMarko Mäkelä2017-04-191-1/+1
* Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-9/+0
|\
| * Remove some error log spam by not effectively setting DEBUG_DBUG='d'.Marko Mäkelä2017-02-081-57/+48
| * Add suppression for page corruption caused by error injection.Jan Lindström2017-02-071-0/+2
* | MDEV-11927 InnoDB change buffer is not being mergedMarko Mäkelä2017-02-241-60/+53
* | MDEV-7635: Update tests to adapt to the new default sql_modeNirbhay Choubey2017-02-101-1/+1
* | Merge 10.1 to 10.2.Marko Mäkelä2017-01-191-5/+5
|\ \ | |/
| * MDEV-11623 follow-up: Adjust tests.Marko Mäkelä2017-01-161-1/+2
* | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-4/+2
|\ \ | |/
| * MDEV-11183: innodb.innodb-wl5522-debug fails in buildbot and outsideJan Lindström2016-10-311-0/+2
* | fix some quoting in error messagesSergei Golubchik2016-09-161-43/+43
* | Fix bunch of test failures and solaris build missing include.Jan Lindström2016-09-091-7/+20
|/
* Merge the server part of MySQL WL#5522 - InnoDB transportable tablespaces.Sergei Golubchik2014-02-021-0/+925