mariadb/mysql-test/suite/innodb/t
Jan Lindström fc9ff69578 MDEV-13838: Wrong result after altering a partitioned table
Reverted incorrect changes done on MDEV-7367 and MDEV-9469. Fixes properly
also related bugs:

MDEV-13668: InnoDB unnecessarily rebuilds table when renaming a column and adding index
MDEV-9469: 'Incorrect key file' on ALTER TABLE
MDEV-9548: Alter table (renaming and adding index) fails with "Incorrect key file for table"
MDEV-10535: ALTER TABLE causes standalone/wsrep cluster crash
MDEV-13640: ALTER TABLE CHANGE and ADD INDEX on auto_increment column fails with "Incorrect key file for table..."

Root cause for all these bugs is the fact that MariaDB .frm file
can contain virtual columns but InnoDB dictionary does not and
previous fixes were incorrect or unnecessarily forced table
rebuilt. In index creation key_part->fieldnr can be bigger than
number of columns in InnoDB data dictionary. We need to skip not
stored fields when calculating correct column number for InnoDB
data dictionary.

dict_table_get_col_name_for_mysql
        Remove

innobase_match_index_columns
        Revert incorrect change done on MDEV-7367

innobase_need_rebuild
        Remove unnecessary rebuild force when column is renamed.

innobase_create_index_field_def
        Calculate InnoDB column number correctly and remove
        unnecessary column name set.

innobase_create_index_def, innobase_create_key_defs
        Remove unneeded fields parameter. Revert unneeded memset.

prepare_inplace_alter_table_dict
        Remove unneeded col_names parameter

index_field_t
        Remove unneeded col_name member.

row_merge_create_index
        Remove unneeded col_names parameter and resolution.

Effected tests:
         innodb-alter-table : Add test case for MDEV-13668
         innodb-alter : Remove MDEV-13668, MDEV-9469 FIXMEs
                        and restore original tests
         innodb-wl5980-alter : Remove MDEV-13668,  MDEV-9469 FIXMEs
                        and restore original tests
2017-10-10 17:03:40 +03:00
..
add_constraint.test Merge branch '5.5' into 10.0 2015-08-05 09:45:17 +02:00
alter_key_block_size-11757.test MDEV-11757 KEY_BLOCK_SIZE strangeness when UNCOMPRESSing COMPRESSed InnoDB tables 2017-02-28 16:19:44 +01:00
alter_rename_existing.test MDEV-13625 Merge InnoDB test cases from MySQL 5.6 (part 1) 2017-08-29 15:28:58 +03:00
auto_increment_dup.test Buildbot fixes and cleanups: 2013-01-11 02:03:43 +02:00
autoinc_debug.test Add and adjust a test from MySQL: 2017-04-24 16:45:40 +03:00
binlog_consistent.test MDEV-7910: innodb.binlog_consistent fails sporadically in buildbot 2015-04-08 15:08:53 +02:00
blob-update-debug.test mysql-5.5.37 selective merge 2014-03-27 22:26:58 +01:00
blob_unique2pk.test mysql-5.5.39 merge 2014-08-02 21:26:16 +02:00
count_distinct.test MDEV-4925 Wrong result - count(distinct), Using index for group-by (scanning) 2014-05-12 12:56:13 +02:00
create-index-debug.test Merge innodb.create-index test changes from MySQL 5.6 to MariaDB 2017-08-29 18:35:30 +03:00
create-index.test Bug #18010711 UNIQUE PREFIX INDEX ON BINARY COLUMN: 2014-02-17 13:45:34 +05:30
data_types.opt MDEV-5248 Serious incompatibility and data corruption of DATETIME and DATE types due to get_innobase_type_from_mysql_type refactor combined with InnoDB Online DDL 2013-11-13 22:58:19 +01:00
data_types.test MDEV-5248 Serious incompatibility and data corruption of DATETIME and DATE types due to get_innobase_type_from_mysql_type refactor combined with InnoDB Online DDL 2013-11-13 22:58:19 +01:00
drop_table_background.test MDEV-12052 Shutdown crash presumably due to master thread activity 2017-05-26 15:08:35 +03:00
dropdb.test Merge branch 'mysql/5.5' into 5.5 2015-12-09 10:00:49 +01:00
foreign-keys.test Merge branch 'merge/merge-xtradb-5.5' into bb-5.5-serg 2015-06-05 02:14:49 +02:00
group_commit.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
group_commit_binlog_pos-master.opt merge with 5.3 2011-10-19 21:45:18 +02:00
group_commit_binlog_pos.test MDEV-232: Remove one fsync() from commit phase. 2012-09-13 14:31:29 +02:00
group_commit_binlog_pos_no_optimize_thread-master.opt merge with 5.3 2011-10-19 21:45:18 +02:00
group_commit_binlog_pos_no_optimize_thread.test MDEV-232: Remove one fsync() from commit phase. 2012-09-13 14:31:29 +02:00
group_commit_crash-master.opt merge with 5.3 2011-10-19 21:45:18 +02:00
group_commit_crash.test MDEV-7491: Occasional test failure in innodb.group_commit_crash_no_optimize_thread 2015-01-22 16:11:03 +01:00
group_commit_crash_no_optimize_thread-master.opt merge with 5.3 2011-10-19 21:45:18 +02:00
group_commit_crash_no_optimize_thread.test MDEV-7491: Occasional test failure in innodb.group_commit_crash_no_optimize_thread 2015-01-22 16:11:03 +01:00
group_commit_no_optimize_thread-master.opt merge with 5.3 2011-10-19 21:45:18 +02:00
group_commit_no_optimize_thread.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
help_url.test MDEV-4786 - merge 10.0-monty - 10.0 2013-07-24 16:48:23 +04:00
index_tree_operation.opt Adjust the imported MySQL 5.6 tests for MariaDB 2017-08-29 18:33:30 +03:00
index_tree_operation.test MDEV-13625 Merge InnoDB test cases from MySQL 5.6 (part 1) 2017-08-29 15:28:58 +03:00
innochecksum.opt MDEV-7477: Make innochecksum work on compressed tables 2015-01-19 12:39:17 +02:00
innochecksum.test MDEV-7477: Make innochecksum work on compressed tables 2015-01-19 12:39:17 +02:00
innodb-agregate.test MDEV-9667: Server hangs after select count(distinct name) from t2 where a=8366 and b>=5 and b<=5; 2016-03-11 13:36:29 +02:00
innodb-alter-autoinc.test MDEV-13625 Merge InnoDB test cases from MySQL 5.6 (part 1) 2017-08-29 15:28:58 +03:00
innodb-alter-debug.test Follow-up to MDEV-12042 (test innodb_page_size variants) 2017-06-06 09:34:09 +03:00
innodb-alter-discard.test Follow-up to MDEV-12042 (test innodb_page_size variants) 2017-06-06 09:34:09 +03:00
innodb-alter-nullable.test Follow-up to MDEV-12042 (test innodb_page_size variants) 2017-06-06 09:34:09 +03:00
innodb-alter-table.test MDEV-13838: Wrong result after altering a partitioned table 2017-10-10 17:03:40 +03:00
innodb-alter-tempfile.test Follow-up to MDEV-12042 (test innodb_page_size variants) 2017-06-06 09:34:09 +03:00
innodb-alter-timestamp.test MDEV-8392: Couldn't alter field with default value for make it not nullable. 2015-06-30 22:24:37 +03:00
innodb-alter.opt Adjust the imported MySQL 5.6 tests for MariaDB 2017-08-29 18:33:30 +03:00
innodb-alter.test MDEV-13838: Wrong result after altering a partitioned table 2017-10-10 17:03:40 +03:00
innodb-analyze.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb-autoinc-18274.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb-autoinc-44030-master.opt Post-push fixup for WL#5349 2010-06-20 22:43:34 +02:00
innodb-autoinc-44030.test 10.0-base merge 2014-02-03 15:22:39 +01:00
innodb-autoinc-56228-master.opt merge with 5.3 2011-10-19 21:45:18 +02:00
innodb-autoinc-56228.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb-autoinc-61209.test tweak the test to pass, until the upstream bug#61209 is *completely* fixed 2012-04-10 08:30:20 +02:00
innodb-autoinc-optimize.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb-autoinc.opt small cleanups 2013-01-15 19:16:18 +01:00
innodb-autoinc.test MDEV-8827 Duplicate key with auto increment 2015-12-07 15:20:23 +01:00
innodb-bigblob.opt MDEV-7754: innodb assert "array->n_elems < array->max_elems" on a huge blob update 2015-03-31 09:16:48 +03:00
innodb-bigblob.test MDEV-7754: innodb assert "array->n_elems < array->max_elems" on a huge blob update 2015-03-31 09:16:48 +03:00
innodb-blob.test merged with XtraDB 1.1.8-26.0 2012-06-15 14:54:23 +02:00
innodb-bug-14068765.test Merge the server part of MySQL WL#5522 - InnoDB transportable tablespaces. 2014-02-02 10:00:36 +01:00
innodb-bug-14084530.test Merge the server part of MySQL WL#5522 - InnoDB transportable tablespaces. 2014-02-02 10:00:36 +01:00
innodb-change-buffer-recovery-master.opt BUG#16752251 - INNODB DOESN'T REDO-LOG INSERT BUFFER MERGE OPERATION IF 2013-12-26 14:33:52 +05:30
innodb-change-buffer-recovery.test 5.5 merge 2015-01-21 12:03:02 +01:00
innodb-changed-pages-master.opt MDEV-4791: Assertion range_end >= range_start fails in log0online.c 2014-05-09 11:03:39 +03:00
innodb-changed-pages.test MDEV-4791: Assertion range_end >= range_start fails in log0online.c 2014-05-09 11:03:39 +03:00
innodb-consistent-master.opt merge. 2010-11-25 18:17:28 +01:00
innodb-consistent.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb-corrupted-table.test MDEV-9918: [ERROR] mysqld got signal 11 during ALTER TABLE name COLUMN ADD 2016-04-22 08:57:07 +03:00
innodb-dict.test MDEV-9251: Fix MySQL Bug#20755615: InnoDB compares column names case sensitively, 2015-12-11 14:33:41 +02:00
innodb-fk-warnings.test MDEV-8569 build_table_filename() doesn't support temporary tables. 2016-07-18 11:50:08 +04:00
innodb-fk.test Merge branch '5.5' into 10.0 2016-04-26 23:05:26 +02:00
innodb-fkcheck.test Merge following commit from 5.5: 2016-06-23 07:42:40 +03:00
innodb-get-fk.test Update innodb test result post print_lock_error change 2017-08-01 09:52:58 +02:00
innodb-index-debug.opt Adjust the imported MySQL 5.6 tests for MariaDB 2017-08-29 18:33:30 +03:00
innodb-index-debug.test Adjust the imported MySQL 5.6 tests for MariaDB 2017-08-29 18:33:30 +03:00
innodb-index-online-delete.test MDEV-13625 Merge InnoDB test cases from MySQL 5.6 (part 1) 2017-08-29 15:28:58 +03:00
innodb-index-online-fk.opt Adjust the imported MySQL 5.6 tests for MariaDB 2017-08-29 18:33:30 +03:00
innodb-index-online-fk.test Adjust the imported MySQL 5.6 tests for MariaDB 2017-08-29 18:33:30 +03:00
innodb-index-online-norebuild.opt Add and adjust a test from MySQL: 2017-04-24 13:40:36 +03:00
innodb-index-online-norebuild.test Add and adjust a test from MySQL: 2017-04-24 13:40:36 +03:00
innodb-index-online-purge.test MDEV-13625 Merge InnoDB test cases from MySQL 5.6 (part 1) 2017-08-29 15:28:58 +03:00
innodb-index-online.opt Adjust the imported MySQL 5.6 tests for MariaDB 2017-08-29 18:33:30 +03:00
innodb-index-online.test Add have_debug.inc to skip the test faster in non-debug builds 2017-09-21 12:31:30 +03:00
innodb-index.test 10.0-base merge 2014-02-03 15:22:39 +01:00
innodb-index_ucs2.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb-lock.test merged with XtraDB 1.1.8-26.0 2012-06-15 14:54:23 +02:00
innodb-master.opt merge. 2010-11-25 18:17:28 +01:00
innodb-mdev-7408.opt MDEV-7408: Cannot use a table containing special chars for InnoDB stopwords 2015-02-18 11:25:59 +02:00
innodb-mdev-7408.test Fix test failure on labrador. 2015-02-20 18:48:29 +02:00
innodb-mdev-7513.test Fix test failures on innodb-mdev-7055 and innodb-mdev-7513. 2015-02-10 14:17:23 +02:00
innodb-mdev7046.test Fix test failure innodb-mdev7046 on Windows. Test causes 2015-02-10 09:41:54 +02:00
innodb-replace.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb-semi-consistent-master.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
innodb-semi-consistent.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb-stats-initialize-failure.test MDEV-6424: Mariadb server crashes with assertion failure in file ha_innodb.cc 2014-07-08 21:05:18 +03:00
innodb-stats-modified-counter.opt MDEV-8297: information_schema.innodb_sys_tablestats.modified_counter doesn't change on UPDATE 2015-12-15 11:29:15 +02:00
innodb-stats-modified-counter.test MDEV-8297: information_schema.innodb_sys_tablestats.modified_counter doesn't change on UPDATE 2015-12-15 11:29:15 +02:00
innodb-stats-sample.test Better comments and add a test case. 2014-11-25 08:06:41 +02:00
innodb-table-online-master.opt MDEV-13625 Merge InnoDB test cases from MySQL 5.6 (part 1) 2017-08-29 15:28:58 +03:00
innodb-table-online.test Cherry-pick the MDEV-13898 test changes from 10.2 to 10.0 2017-09-25 09:34:15 +03:00
innodb-timeout.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb-truncate.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb-ucs2.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb-update-insert.test Bug #14668683 ASSERT REC_GET_DELETED_FLAG(REC, PAGE_IS_COMP(PAGE)) 2014-01-30 12:38:13 +05:30
innodb-virtual-columns.test MDEV-7367: Updating a virtual column corrupts table which crashes server 2015-03-31 09:16:48 +03:00
innodb-wl5522-1.test Merge the server part of MySQL WL#5522 - InnoDB transportable tablespaces. 2014-02-02 10:00:36 +01:00
innodb-wl5522-debug-zip.test MDEV-10427: innodb.innodb-wl5522-debug-zip fails sporadically in buildbot 2016-11-29 09:01:46 +02:00
innodb-wl5522-debug.test Merge the server part of MySQL WL#5522 - InnoDB transportable tablespaces. 2014-02-02 10:00:36 +01:00
innodb-wl5522-zip.test Merge the server part of MySQL WL#5522 - InnoDB transportable tablespaces. 2014-02-02 10:00:36 +01:00
innodb-wl5522.test Merge the server part of MySQL WL#5522 - InnoDB transportable tablespaces. 2014-02-02 10:00:36 +01:00
innodb-wl5980-alter.opt Adjust the imported MySQL 5.6 tests for MariaDB 2017-08-29 18:33:30 +03:00
innodb-wl5980-alter.test MDEV-13838: Wrong result after altering a partitioned table 2017-10-10 17:03:40 +03:00
innodb-xa.test MDEV-7908: assertion in innobase_release_savepoint 2015-04-06 17:38:51 +03:00
innodb.test 5.5 merge 2014-11-03 17:47:37 +01:00
innodb_autoinc_lock_mode_zero-master.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
innodb_autoinc_lock_mode_zero.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_blob_unrecoverable_crash.test Clean up a few tests that kill the server. 2017-01-27 16:03:56 +02:00
innodb_bug21704.test Fixes for innodb suite, merging tests from 5.6. 2013-07-15 18:01:22 +02:00
innodb_bug30423.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug30919-master.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
innodb_bug30919.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug34053.test Fixed test failures (part of merge) 2012-08-01 21:16:18 +03:00
innodb_bug34300.test xtradb 5.6.22-72.0 2015-02-18 20:31:40 +01:00
innodb_bug35220.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug38231.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug39438-master.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
innodb_bug39438.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug40360.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug40565.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug41904.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug42101-nonzero-master.opt merge. 2010-11-25 18:17:28 +01:00
innodb_bug42101-nonzero.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug42101.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug42419.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug44032.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug44369.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug44571.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug45357.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug46000.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug46676.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug47167.test Innodb tests innodb_file_format cleanup. 2013-09-25 14:19:25 +03:00
innodb_bug47621.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug47622.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug47777.test merge with mysql-5.5.30 minus few incorrect or not applicable changesets 2013-02-28 18:42:49 +01:00
innodb_bug48024.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug49164.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug51378.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug51920.test MDEV-3882: .deb versions lower than upstream repo, causing install failure 2013-04-16 09:42:09 +02:00
innodb_bug52199.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug52663.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug53046.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug53290.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug53592.test Fixes for innodb suite, merging tests from 5.6. 2013-07-15 18:01:22 +02:00
innodb_bug53674-master.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
innodb_bug53674.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug53756-master.opt Merge a fix for Bug #53756 ALTER TABLE ADD PRIMARY KEY affects crash recovery 2011-02-10 00:58:23 -08:00
innodb_bug53756.test mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
innodb_bug54044.test Merge branch '5.5' into 10.0 2016-09-27 09:21:19 +02:00
innodb_bug56143.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug56716.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug56947.test Fixes to get all test to run on MacosX Lion 10.7 2015-11-29 17:51:23 +02:00
innodb_bug57252.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug57255.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug57904.test Bug#16395459 TEST AND RESULT FILES WITH EXECUTE BIT 2014-06-25 12:35:50 +02:00
innodb_bug59410.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug59641.test Clean up a few tests that kill the server. 2017-01-27 16:03:56 +02:00
innodb_bug59733.test Merge mysql-5.1 to mysql-5.5. Add a test case. 2011-08-15 12:18:34 +03:00
innodb_bug60049-master.opt merge with 5.3 2011-10-19 21:45:18 +02:00
innodb_bug60049.test many simple fixes for innodb suite, 2013-07-14 23:20:25 +02:00
innodb_bug60196-master.opt Bug#16395459 TEST AND RESULT FILES WITH EXECUTE BIT 2014-06-25 12:35:50 +02:00
innodb_bug60196.test Bug#16395459 TEST AND RESULT FILES WITH EXECUTE BIT 2014-06-25 12:35:50 +02:00
innodb_bug60229.test Bug#20198490 : LOWER_CASE_TABLE_NAMES=0 ON WINDOWS LEADS TO 2015-08-21 08:35:42 +05:30
innodb_bug68148.test Bug #68148: drop index on a foreign key column leads to missing table 2015-09-30 10:49:45 +03:00
innodb_bug11754376.test mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
innodb_bug12400341-master.opt Bug#12400341 INNODB CAN LEAVE ORPHAN IBD FILES AROUND 2012-01-10 14:23:20 +09:00
innodb_bug12400341.test 5.5 merge 2015-01-21 12:03:02 +01:00
innodb_bug12661768.test fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_bug12902967.test Fix more failures in buildbot. 2013-04-25 13:25:14 +02:00
innodb_bug13510739.test 10.0-base merge 2014-02-03 15:22:39 +01:00
innodb_bug14007649.test mysql-5.5.28 2012-10-16 13:04:42 +02:00
innodb_bug14147491-master.opt Bug#14147491 - INFINITE LOOP WHEN OPENING A CORRUPTED TABLE 2012-11-19 14:58:51 +05:30
innodb_bug14147491.test MDEV-7169: innodb.innodb_bug14147491 fails in buildbot on Windows 2014-12-02 01:31:49 +04:00
innodb_bug14676111.opt MDEV-4396: Fix innodb.innodb_bug14676111 test. 2014-11-03 15:47:57 +02:00
innodb_bug14676111.test Merge 5.5 into 10.0 2017-03-24 18:19:15 +02:00
innodb_bug14704286.test removing .... will re-add using merge. for some reason initial mysql-5.1 version is not connected to mysql-5.5 2012-10-17 14:48:19 +05:30
innodb_corrupt_bit.test Merge branch '5.5' into bb-10.0 2016-06-21 14:11:02 +02:00
innodb_ctype_ldml-master.opt MDEV-5163 Merge WEIGHT_STRING function from MySQL-5.6 2013-10-23 20:25:52 +04:00
innodb_ctype_ldml.test MDEV-5241: Collation incompatibilities with MySQL-5.6 2013-11-09 00:20:07 +02:00
innodb_file_format.test Innodb tests innodb_file_format cleanup. 2013-09-25 14:19:25 +03:00
innodb_gis.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_information_schema.test Attempt to fix a failure in test case innodb.innodb_information_schema seen occasionally in Buildbot. 2014-10-29 15:10:02 +01:00
innodb_information_schema_buffer.opt merge with 5.5 2012-11-03 12:28:51 +01:00
innodb_information_schema_buffer.test many simple fixes for innodb suite, 2013-07-14 23:20:25 +02:00
innodb_information_schema_tables.opt MDEV-7762 InnoDB: Failing assertion: block->page.buf_fix_count > 0 in buf0buf.ic line 730 2015-12-03 13:18:10 +02:00
innodb_information_schema_tables.test MDEV-7762 InnoDB: Failing assertion: block->page.buf_fix_count > 0 in buf0buf.ic line 730 2015-12-03 13:18:10 +02:00
innodb_lock_wait_timeout_1-master.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
innodb_lock_wait_timeout_1.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_monitor.test MDEV-6926: innodb_rows_updated is misleading on slav 2014-10-26 07:22:51 +02:00
innodb_multi_update.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_mysql-master.opt merge. 2010-11-25 18:17:28 +01:00
innodb_mysql.test 10.0-base merge 2014-02-26 15:28:07 +01:00
innodb_mysql_rbk-master.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
innodb_mysql_rbk.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_notembedded.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_prefix_index_restart_server.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_simulate_comp_failures-master.opt MDEV-6348: mariadb crash signal 11 2014-07-08 18:51:34 +03:00
innodb_simulate_comp_failures.test MDEV-8443: mysql-test - innodb.innodb_simulate_comp_failures 'innodb_plugin' is failing 2015-09-04 13:35:31 +03:00
innodb_simulate_comp_failures_small-master.opt MDEV-6348: mariadb crash signal 11 2014-07-08 18:51:34 +03:00
innodb_simulate_comp_failures_small.test MDEV-6682 innodb.innodb_simulate_comp_failures_small is too slow 2014-09-03 07:37:13 +03:00
innodb_stats.test Added missing tests for innodb persistent statistics (from mysql-5.6.10) 2013-08-07 17:08:51 -07:00
innodb_stats_create_on_corrupted.test MDEV-7168: Tests innodb.innodb_stats_create_table 2014-11-24 19:37:38 +02:00
innodb_stats_create_table.test Added missing tests for innodb persistent statistics (from mysql-5.6.10) 2013-08-07 17:08:51 -07:00
innodb_stats_drop_locked.test Added missing tests for innodb persistent statistics (from mysql-5.6.10) 2013-08-07 17:08:51 -07:00
innodb_stats_fetch.test Added missing tests for innodb persistent statistics (from mysql-5.6.10) 2013-08-07 17:08:51 -07:00
innodb_stats_fetch_corrupted.test Added missing tests for innodb persistent statistics (from mysql-5.6.10) 2013-08-07 17:08:51 -07:00
innodb_stats_fetch_nonexistent.test Fix try for Buildbot test failure for tests 2015-01-16 11:26:03 +02:00
innodb_stats_rename_table.test Added missing tests for innodb persistent statistics (from mysql-5.6.10) 2013-08-07 17:08:51 -07:00
innodb_stats_rename_table_if_exists.test Added missing tests for innodb persistent statistics (from mysql-5.6.10) 2013-08-07 17:08:51 -07:00
innodb_timeout_rollback-master.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
innodb_timeout_rollback.test lots of post-merge changes 2011-04-25 17:22:25 +02:00
innodb_trx_weight.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_uninstall.opt MDEV-8474: InnoDB sets per-connection data unsafely 2015-07-21 12:12:58 +03:00
innodb_uninstall.test MDEV-8474: InnoDB sets per-connection data unsafely 2015-07-21 12:12:58 +03:00
insert_debug.test Merge branch 'merge/merge-xtradb-5.5' into bb-5.5-serg 2015-06-05 02:14:49 +02:00
log_file_size.test MDEV-12975 InnoDB redo log minimum size check uses detected file size instead of requested innodb_log_file_size 2017-06-19 15:59:19 +03:00
mdev-117.test misc test/result fixes 2012-03-02 08:32:16 +01:00
multi_repair-7404.test MDEV-7404 REPAIR multiple tables crash in MDL_ticket::has_stronger_or_equal_type 2015-01-14 12:10:13 +01:00
read_only_recovery.test MDEV-11985 Make innodb_read_only shutdown more robust 2017-02-04 17:33:19 +02:00
row_format_redundant.test MDEV-12873 InnoDB SYS_TABLES.TYPE incompatibility for PAGE_COMPRESSION in MariaDB 10.2.2 to 10.2.6 2017-06-13 17:20:38 +03:00
row_lock.test fix innodb.row_lock test to work in 10.0 2014-05-08 11:09:00 +02:00
snapshot.test Fixed MDEV-8408 2015-10-23 18:49:02 +03:00
sp_temp_table.test Merge branch 'merge/merge-xtradb-5.5' into bb-5.5-serg 2015-06-05 02:14:49 +02:00
strict_mode.test Merge branch 'merge/merge-xtradb-5.5' into bb-5.5-serg 2015-06-05 02:14:49 +02:00
system_tables.test MDEV-10775 System table in InnoDB format allowed in MariaDB could lead to crash 2016-09-23 20:27:58 +02:00
table_flags.test MDEV-12873 InnoDB SYS_TABLES.TYPE incompatibility for PAGE_COMPRESSION in MariaDB 10.2.2 to 10.2.6 2017-06-13 17:20:38 +03:00
table_index_statistics.test import a test case from percona-server-5.6.34-79.1 2016-12-04 01:35:57 +01:00
tmpdir.test Merge branch 'merge-xtradb-5.6' into 10.0 2016-02-16 18:55:00 +01:00
xa_recovery.test MDEV-13606 XA PREPARE transactions should survive innodb_force_recovery=1 or 2 2017-08-23 13:03:13 +03:00