summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into bb-10.2-extMarko Mäkelä2017-11-014-8/+7
|\
| * Merge 10.1 into 10.2Marko Mäkelä2017-11-014-8/+7
| |\
| | * MDEV-14219 Allow online table rebuild when encryption or compression paramete...Marko Mäkelä2017-10-314-8/+14
* | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-3022-233/+822
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2017-10-258-12/+301
| |\ \ | | |/
| | * Merge 10.0 into 10.1Marko Mäkelä2017-10-248-12/+301
| | |\
| | | * Merge 5.5 into 10.0Marko Mäkelä2017-10-242-0/+281
| | | |\
| | | | * MDEV-14051 'Undo log record is too big.' error occurring in very narrow range...bb-5.5-markoMarko Mäkelä2017-10-244-2/+285
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-2412-211/+496
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-2211-69/+185
| | |\ \ \ | | | |/ /
| | | * | MDEV-14086 Setting innodb_buffer_pool_load_now or innodb_buffer_load_abort wi...Marko Mäkelä2017-10-182-0/+8
| | | * | MDEV-13051 MySQL#86607 InnoDB crash after failed ADD INDEX and table_definiti...Marko Mäkelä2017-10-162-0/+82
| | | * | MDEV-13838: Wrong result after altering a partitioned tableJan Lindström2017-10-106-69/+94
| | * | | Merge 10.0 into 10.1Marko Mäkelä2017-09-253-3/+15
| | |\ \ \ | | | |/ /
| | | * | Cherry-pick the MDEV-13898 test changes from 10.2 to 10.0Marko Mäkelä2017-09-252-2/+14
| * | | | MDEV-14081 ALTER TABLE CHANGE COLUMN Corrupts Index Leading to Crashes in 10.2Sergei Golubchik2017-10-184-10/+25
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-189-20/+145
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-11336: Enable defragmentation on 10.2 when tests passJan Lindström2017-10-123-16/+38
| * | | | MDEV-14038 ALTER TABLE does not exit on error with InnoDB + bad default functionAlexander Barkov2017-10-114-0/+78
| * | | | MDEV-13311 Presence of old logs in 10.2.7 will corrupt restored instance (cha...Marko Mäkelä2017-10-102-4/+29
* | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-10-042-11/+34
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-13901 Assertion `!space->stop_new_ops' failed in TRUNCATE TABLE with man...Marko Mäkelä2017-10-032-11/+34
* | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-254-6/+25
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-13256 innodb.truncate_debug fails in buildbotMarko Mäkelä2017-09-252-4/+11
| * | | | MDEV-13898 Corruption during online table-rebuilding ALTER of ROW_FORMAT=REDU...mariadb-10.2.9Marko Mäkelä2017-09-252-2/+14
* | | | | Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-09-231-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-09-221-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-09-211-0/+1
| | |\ \ \ | | | |/ /
| | | * | Add have_debug.inc to skip the test faster in non-debug buildsMarko Mäkelä2017-09-211-0/+1
* | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-203-2/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2017-09-191-0/+3
| |\ \ \ \ | | |/ / /
| | * | | MDEV-12893 innodb.log_data_file_size failed in buildbot with InnoDB: Database...Marko Mäkelä2017-09-181-0/+3
| * | | | MDEV-13712 Spelling errors in the error messageSergei Golubchik2017-09-182-2/+2
* | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-181-2/+16
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2017-09-181-2/+16
| |\ \ \ \ | | |/ / /
| | * | | MDEV-12893 innodb.log_data_file_size failed in buildbot with InnoDB: Database...Marko Mäkelä2017-09-181-2/+16
* | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-1713-86/+2174
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-12634 after-merge test fix: Exercise row_merge_write(), row_merge_read()Marko Mäkelä2017-09-173-16/+16
| * | | | Merge 10.1 into 10.2Marko Mäkelä2017-09-178-42/+375
| |\ \ \ \ | | |/ / /
| | * | | Write proper tests for MDEV-12634: Uninitialised ROW_MERGE_RESERVE_SIZE bytesMarko Mäkelä2017-09-168-25/+354
| * | | | MDEV-13626 Merge InnoDB test cases from MySQL 5.7 (part 2)Marko Mäkelä2017-09-145-29/+1784
* | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-142-4/+14
|\ \ \ \ \ | |/ / / /
| * | | | Remove the debug variables innodb_purge_stop_now, innodb_purge_run_nowMarko Mäkelä2017-09-132-4/+14
* | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-083-0/+378
|\ \ \ \ \ | |/ / / /
| * | | | Adjust the imported innodb.alter_crash test for MariaDBMarko Mäkelä2017-09-083-25/+27
| * | | | MDEV-13626 Merge InnoDB test cases from MySQL 5.7 (part 1)Marko Mäkelä2017-09-082-0/+376
* | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-075-56/+18
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2017-09-063-55/+13
| |\ \ \ \ | | |/ / /
| | * | | Follow-up to MDEV-13227: Shorten the testMarko Mäkelä2017-09-062-52/+12
| | * | | Follow-up to MDEV-13227: Do not run unnecessary test combinationsMarko Mäkelä2017-09-062-3/+1