mariadb/mysql-test/suite/innodb/t
2019-02-04 16:28:27 +03:00
..
101_compatibility.test MDEV-13105 InnoDB fails to load a table with PAGE_COMPRESSION_LEVEL after upgrade from 10.1.20 2017-07-05 14:55:56 +03:00
add_constraint.test Merge branch '5.5' into 10.0 2015-08-05 09:45:17 +02:00
alter_candidate_key.test MDEV-17376 Server fails to set ADD_PK_INDEX, DROP_PK_INDEX if unique index nominated as PK 2019-01-24 13:52:51 +05:30
alter_copy.opt MDEV-13564: Replace innodb_unsafe_truncate with innodb_safe_truncate 2018-10-11 15:10:13 +03:00
alter_copy.test MDEV-14585 Automatically remove #sql- tables in InnoDB dictionary during recovery 2018-09-07 22:10:03 +03:00
alter_crash.opt MDEV-13564: Replace innodb_unsafe_truncate with innodb_safe_truncate 2018-10-11 15:10:13 +03:00
alter_crash.test MDEV-14585 Automatically remove #sql- tables in InnoDB dictionary during recovery 2018-09-07 22:10:03 +03:00
alter_foreign_crash.test Adjust the alter_foreign_crash test case for MariaDB 2018-05-16 15:03:09 +05:30
alter_inplace_perfschema.opt MDEV-17532 Performance_schema reports wrong directory for the temporary files of ALTER TABLE…ALGORITHM=INPLACE 2018-10-25 13:04:41 +03:00
alter_inplace_perfschema.test MDEV-17748 innodb.alter_inplace_perfschema fails in buildbot with wrong result 2019-01-08 20:41:39 +05:30
alter_key_block_size-11757.test Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
alter_kill-master.opt Bug#19330255 WL#7142 - CRASH DURING ALTER TABLE LEADS TO DATA DICTIONARY INCONSISTENCY 2018-05-16 15:03:09 +05:30
alter_kill.test MDEV-16946 innodb.alter_kill failed in buildbot with wrong result 2018-10-10 06:31:43 +03:00
alter_missing_tablespace.test MDEV-16145 Crash in ALTER TABLE…AUTO_INCREMENT=1 after DISCARD TABLESPACE 2018-05-11 18:30:14 +03:00
alter_partitioned_debug.test MDEV-14825 Assertion `col->ord_part' in row_build_index_entry_low upon ROLLBACK or DELETE with concurrent ALTER on partitioned table 2018-05-07 15:39:29 +03:00
alter_partitioned_xa.test MDEV-14693 XA: Assertion `!clust_index->online_log' failed in rollback_inplace_alter_table 2018-05-07 12:05:20 +03: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
alter_rename_files.test Bug#21628087 innodb_log_checkpoint_now not fully compatible with WL#7142 2018-05-16 15:03:09 +05:30
alter_table.test MDEV-14081 ALTER TABLE CHANGE COLUMN Corrupts Index Leading to Crashes in 10.2 2017-10-18 22:15:27 +02:00
alter_varchar_change.test MDEV-18468 merge instant_varchar_enlarge.test and alter_varchar_change.test 2019-02-04 16:28:27 +03:00
analyze_table.test BUG#22385442 - INNODB: DIFFICULT TO FIND FREE BLOCKS IN THE BUFFER POOL 2018-05-16 15:03:09 +05:30
auto_increment_dup.opt MDEV-10548: Some of the debug sync waits do not work with InnoDB 5.7 (branch bb-10.2-jan) 2016-09-14 11:28:40 +03:00
auto_increment_dup.test MDEV-17073 INSERT…ON DUPLICATE KEY UPDATE became more deadlock-prone 2018-11-02 18:52:39 +02:00
autoinc_debug.test Bug #20989615 INNODB AUTO_INCREMENT PRODUCES SAME VALUE TWICE 2017-04-24 17:45:09 +03:00
autoinc_persist.test Add IMPORT test for MDEV-12123 Page contains nonzero PAGE_MAX_TRX_ID 2017-04-19 08:17:41 +03:00
binlog_consistent.test MDEV-8429: Change binlog_checksum default to match MySQL 5.6.6+ 2016-05-20 09:46:03 +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
create_isl_with_direct.opt Merged following change from MySQL 5.6 to MariaDB 10.1 XtraDB 2016-05-06 13:56:25 +03:00
create_isl_with_direct.test MDEV-12201 innodb_flush_method are not available on Windows 2017-03-09 19:19:38 +00:00
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-18039 Assertion failed in btr_node_ptr_max_size for VARCHAR(0) 2018-12-21 12:12:57 +02:00
deadlock_detect.test MDEV-13262: innodb.deadlock_detect failed in buildbot 2018-01-08 12:25:31 +02:00
default_row_format_alter.test Merge 10.1 into 10.2 2018-03-12 14:27:17 +02:00
default_row_format_compatibility.test MDEV-12396 IMPORT TABLESPACE: Do not retry partial reads 2018-03-20 15:31:39 +02:00
default_row_format_create.test MDEV-17989 InnoDB: Failing assertion: dict_tf2_is_valid(flags, flags2) 2018-12-13 21:25:12 +02:00
defrag_mdl-9155.test MDEV-9155 Enabling Defragmenting in 10.1.8 still causes OPTIMIZE TABLE to take metadatalocks 2016-05-05 01:05:05 +02:00
doublewrite.test Merge 10.1 into 10.2 2017-06-08 12:45:08 +03:00
drop_table_background.opt MDEV-13564: Replace innodb_unsafe_truncate with innodb_safe_truncate 2018-10-11 15:10:13 +03:00
drop_table_background.test Follow-up to MDEV-13407 innodb.drop_table_background failed in buildbot with "Tablespace for table exists" 2018-09-07 22:10:03 +03:00
dropdb.test Merge branch 'mysql/5.5' into 5.5 2015-12-09 10:00:49 +01:00
fake_changes-7000.test MDEV-7000 Assertion `0' failed in Protocol::end_statement() on executing DDL under innodb_fake_changes=1 2015-02-28 19:48:22 +01:00
file_format_defaults-master.opt MDEV-14904 Backport innodb_default_row_format 2018-03-07 17:49:42 +02:00
file_format_defaults.test Merge 10.1 into 10.2 2018-03-12 14:27:17 +02:00
foreign-keys.test Merge branch '10.1' into 10.2 2018-09-14 08:47:22 +02:00
foreign_key.test Merge 10.1 into 10.2 2019-02-03 17:22:05 +02:00
group_commit.test MDEV-162 Enhanced semisync replication 2014-12-23 14:16:32 +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 Simplify access to the binlog offset in InnoDB 2017-06-29 23:03:39 +03: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 Simplify access to the binlog offset in InnoDB 2017-06-29 23:03:39 +03:00
group_commit_crash-master.opt merge with 5.3 2011-10-19 21:45:18 +02:00
group_commit_crash.test MDEV-11799 InnoDB can abort if the doublewrite buffer 2017-01-15 18:56:56 +02: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-11799 InnoDB can abort if the doublewrite buffer 2017-01-15 18:56:56 +02: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 MDEV-162 Enhanced semisync replication 2014-12-23 14:16:32 +01:00
help_url.test MDEV-4786 - merge 10.0-monty - 10.0 2013-07-24 16:48:23 +04:00
ibuf_not_empty.test Adapt the second test case for Oracle Bug#25385590 2017-04-26 23:03:33 +03:00
index_merge_threshold.opt MDEV-11802 preparation: Clean up the purge tests. 2017-02-19 14:51:19 +02:00
index_merge_threshold.test Remove wait_innodb_all_purged.inc 2017-08-08 09:44:38 +03: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
innodb-16k-master.opt MDEV-6075: Allow > 16K pages on InnoDB 2014-05-13 13:28:57 +03:00
innodb-16k.test Merge 10.1 into 10.2 2017-10-25 17:17:21 +03:00
innodb-32k-crash-master.opt MDEV-11828: innodb_page_size=64k must reject ROW_FORMAT=REDUNDANT records longer than 16383 bytes 2017-07-12 19:34:55 +03:00
innodb-32k-crash.test Adjust tests for the removal of kill_and_restart_mysqld.inc. 2017-04-05 16:00:35 +03:00
innodb-32k-master.opt MDEV-11828: innodb_page_size=64k must reject ROW_FORMAT=REDUNDANT records longer than 16383 bytes 2017-07-12 19:34:55 +03:00
innodb-32k.test Merge 10.1 into 10.2 2017-10-25 17:17:21 +03:00
innodb-64k-crash-master.opt MDEV-11828: innodb_page_size=64k must reject ROW_FORMAT=REDUNDANT records longer than 16383 bytes 2017-07-12 19:34:55 +03:00
innodb-64k-crash.test Adjust tests for the removal of kill_and_restart_mysqld.inc. 2017-04-05 16:00:35 +03:00
innodb-64k-master.opt MDEV-11828: innodb_page_size=64k must reject ROW_FORMAT=REDUNDANT records longer than 16383 bytes 2017-07-12 19:34:55 +03:00
innodb-64k.test Merge 10.1 into 10.2 2017-10-25 17:17:21 +03: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 MDEV-17470: Fix the test for --embedded 2018-12-29 10:57:26 +02:00
innodb-alter-nullable.test MDEV-15937 Assertion failure 'key->flags & 1' on ALTER TABLE 2018-04-23 13:04:58 +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 MDEV-14585 Automatically remove #sql- tables in InnoDB dictionary during recovery 2018-09-07 22:10:03 +03:00
innodb-alter-timestamp.test MDEV-13176 ALTER TABLE…CHANGE col col TIMESTAMP NOT NULL DEFAULT… fails 2017-06-27 07:39:42 +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 Merge branch '10.1' into 10.2 2018-12-30 18:30:29 +01: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.test MDEV-6076 Persistent AUTO_INCREMENT for InnoDB 2016-12-16 09:19:19 +02: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 MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04: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-15352 AUTO_INCREMENT breaks after updating a column value to a negative number 2018-06-14 13:13:23 +04:00
innodb-bigblob.opt Speed up some innodb tests 2015-10-05 17:14:13 +02:00
innodb-bigblob.test MDEV-11782: Redefine the innodb_encrypt_log format 2017-02-15 08:07:20 +02:00
innodb-blob.test Merge 10.1 into 10.2 2018-06-06 11:25:33 +03:00
innodb-bug-14068765.test Remove references to innodb_file_format. 2017-01-18 08:43:11 +02:00
innodb-bug-14084530.test Remove references to innodb_file_format. 2017-01-18 08:43:11 +02:00
innodb-change-buffer-recovery-master.opt Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb-change-buffer-recovery.test Merge 10.1 into 10.2 2017-01-09 09:47:12 +02: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 say MariaDB in InnoDB error messages, not MySQL 2016-12-12 20:27:21 +01: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-enlarge-blob.opt Follow-up to MDEV-13227: Do not run unnecessary test combinations 2017-09-06 15:57:42 +03:00
innodb-enlarge-blob.test Follow-up to MDEV-13227: Shorten the test 2017-09-06 16:13:20 +03:00
innodb-fk-virtual.test MDEV-11850: Can't create foreign key referencing a virtual column 2017-01-26 08:05:23 +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-flush-changed-page-bitmaps.opt MDEV-7472: Implementation of user statements for handling the xtradb changed page bitmaps 2015-06-23 14:46:06 +03:00
innodb-flush-changed-page-bitmaps.test MDEV-7472: Implementation of user statements for handling the xtradb changed page bitmaps 2015-06-23 14:46:06 +03:00
innodb-get-fk.test MDEV-14086 Setting innodb_buffer_pool_load_now or innodb_buffer_load_abort will crash if innodb_read_only 2017-10-18 06:35:11 +03: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 Merge remote-tracking branch 'origin/10.1' into 10.2 2017-12-22 12:23:39 +02: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 Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
innodb-index-online-norebuild.opt Bug #23475211 COMBINING ALTER OPERATIONS TRIGGERS TABLE REBUILD 2017-04-24 14:03:22 +03:00
innodb-index-online-norebuild.test Bug #23475211 COMBINING ALTER OPERATIONS TRIGGERS TABLE REBUILD 2017-04-24 14:03:22 +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 Merge 10.1 into 10.2 2017-09-17 11:05:33 +03:00
innodb-index-online.test Merge 10.0 into 10.1 2018-01-08 14:51:20 +02:00
innodb-index.test Merge 10.1 into 10.2 2019-01-24 14:43:29 +02: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-isolation.test MDEV-16041 Do not write for null update (properly fix MySQL Bug#29157) 2018-04-26 20:56:14 +03:00
innodb-lock-schedule-algorithm.opt MDEV-11168: InnoDB: Failing assertion: !other_lock || wsrep_thd_is_BF(lock->trx->mysql_thd, FALSE) || wsrep_thd_is_BF(other_lock->trx->mysql_thd, FALSE) 2016-12-02 11:08:18 +02:00
innodb-lock-schedule-algorithm.test MDEV-11168: InnoDB: Failing assertion: !other_lock || wsrep_thd_is_BF(lock->trx->mysql_thd, FALSE) || wsrep_thd_is_BF(other_lock->trx->mysql_thd, FALSE) 2016-12-02 11:08:18 +02:00
innodb-lock.test Merge branch '10.1' into 10.2 2018-09-14 08:47:22 +02:00
innodb-lru-force-no-free-page.test Merge 10.1 into 10.2 2018-01-15 16:22:35 +02:00
innodb-master.opt MDEV-13814 Extra logging when innodb_log_archive=ON 2018-01-10 10:21:52 +02: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 Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb-mdev-7513-master.opt Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb-mdev-7513.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb-mdev7046.test MDEV-16456 InnoDB error "returned OS error 71" complains about wrong path 2018-06-12 10:25:23 +03:00
innodb-on-duplicate-update.test Merge branch 'github/10.1' into 10.2 2018-02-06 14:50:50 +01:00
innodb-online-alter-gis.test Move the test case from innodb.alter_page_size 2018-05-16 15:03:09 +05:30
innodb-page_compression_bzip2.test MDEV-12593: InnoDB page compression should use lz4_compress_default if 2017-05-18 09:29:44 +03:00
innodb-page_compression_default.test MDEV-13103 Deal with page_compressed page corruption 2018-06-14 14:23:01 +03:00
innodb-page_compression_lz4.test MDEV-12593: InnoDB page compression should use lz4_compress_default if 2017-05-18 09:29:44 +03:00
innodb-page_compression_lzma.test MDEV-12593: InnoDB page compression should use lz4_compress_default if 2017-05-18 09:29:44 +03:00
innodb-page_compression_lzo.test MDEV-12593: InnoDB page compression should use lz4_compress_default if 2017-05-18 09:29:44 +03:00
innodb-page_compression_snappy.test MDEV-13103 Deal with page_compressed page corruption 2018-06-14 14:23:01 +03:00
innodb-page_compression_tables.test Merge 10.1 into 10.2 2017-11-01 09:55:00 +02:00
innodb-page_compression_zip.test MDEV-12593: InnoDB page compression should use lz4_compress_default if 2017-05-18 09:29:44 +03:00
innodb-replace-debug.test Do not SET DEBUG_DBUG=-d,... in tests 2018-01-29 16:25:26 +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 Write proper tests for MDEV-12634: Uninitialised ROW_MERGE_RESERVE_SIZE bytes 2017-09-16 21:15:38 +03:00
innodb-table-online.test Merge 10.1 into 10.2 2019-01-24 14:43:29 +02: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-trim.opt MDEV-11254: innodb-use-trim has no effect in 10.2 2017-01-24 14:40:58 +02:00
innodb-trim.test Fix test failure on innodb-trim. 2017-01-27 14:18:41 +02:00
innodb-truncate.test MDEV-13901 Assertion `!space->stop_new_ops' failed in TRUNCATE TABLE with many indexes 2017-10-03 20:14:18 +03: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 MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
innodb-virtual-columns.test Merge 10.1 into 10.2 2019-01-17 11:24:38 +02:00
innodb-virtual-columns2.test Added tests for MDEV-11724, MDEV-11725, MDEV-11726. 2017-05-09 19:44:10 +02:00
innodb-wl5522-1.test Remove references to innodb_file_format. 2017-01-18 08:43:11 +02:00
innodb-wl5522-debug.test Merge 10.0 into 10.1 2017-11-06 18:10:23 +02:00
innodb-wl5522.test Merge 10.1 into 10.2 2018-08-02 08:19:57 +03: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 Merge branch '10.1' into 10.2 2017-10-24 14:53:18 +02:00
innodb-xa.test MDEV-7908: assertion in innobase_release_savepoint 2015-04-06 17:38:51 +03:00
innodb.opt MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
innodb.test MDEV-15199 Referential integrity broken in ON DELETE CASCADE 2018-02-07 10:39:12 +02:00
innodb_28867993.test Bug#28867993: POSSIBLE ISSUE WITH MYSQL SERVER RESTART 2019-01-23 12:39:03 +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_truncate.test Remove references to innodb_file_format. 2017-01-18 08:43:11 +02:00
innodb_buffer_pool_resize.opt MDEV-13626: Merge InnoDB test cases from MySQL 5.7 (part 7) 2018-02-02 16:15:13 +02:00
innodb_buffer_pool_resize.test MDEV-13626: Merge InnoDB test cases from MySQL 5.7 (part 7) 2018-02-02 16:15:13 +02:00
innodb_buffer_pool_resize_with_chunks.opt MDEV-13626: Merge InnoDB test cases from MySQL 5.7 (part 7) 2018-02-02 16:15:13 +02:00
innodb_buffer_pool_resize_with_chunks.test MDEV-13626: Merge InnoDB test cases from MySQL 5.7 (part 7) 2018-02-02 16:15:13 +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 Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03: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 Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_bug34300.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03: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 MDEV-7635: Part 1 2017-02-10 06:30:42 -05: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 MDEV-12269 Port Bug#22996442 INNODB: MAKE UNIV_DEBUG DEPEND ON DBUG_OFF 2017-03-16 10:24:53 +02: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 MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05: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 remove two redundant *.inc files to restart a server 2017-03-31 19:28:58 +02:00
innodb_bug54044.test Merge branch '5.5' into 10.0 2018-05-19 15:38:34 +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 Do not SET DEBUG_DBUG=-d,... in tests 2018-01-29 16:39:54 +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_bug59307.test MDEV-12269 Port Bug#22996442 INNODB: MAKE UNIV_DEBUG DEPEND ON DBUG_OFF 2017-03-16 10:24:53 +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 remove two redundant *.inc files to restart a server 2017-03-31 19:28:58 +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 InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_bug60049.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03: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 Do not SET DEBUG_DBUG=-d,... in tests 2018-01-29 16:39:54 +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 MDEV-12269 Port Bug#22996442 INNODB: MAKE UNIV_DEBUG DEPEND ON DBUG_OFF 2017-03-16 10:24:53 +02:00
innodb_bug12661768.test fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_bug12902967.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03: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 Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_bug14147491.test Do not SET DEBUG_DBUG=-d,... in tests 2018-01-29 16:39:54 +02:00
innodb_bug14676111.opt MDEV-4396: Fix innodb.innodb_bug14676111 test. 2014-11-03 15:47:57 +02:00
innodb_bug14676111.test MDEV-11802 innodb.innodb_bug14676111 fails on buildbot 2017-03-24 18:24:46 +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_bulk_create_index.test Adjust the MySQL 5.7 tests for MariaDB 10.2 2017-11-20 16:05:41 +02:00
innodb_bulk_create_index_debug.test Adjust the MySQL 5.7 tests for MariaDB 10.2 2017-11-20 16:05:41 +02:00
innodb_bulk_create_index_flush.test Adjust the MySQL 5.7 tests for MariaDB 10.2 2017-11-20 16:05:41 +02:00
innodb_bulk_create_index_replication.test Adjust the MySQL 5.7 tests for MariaDB 10.2 2017-11-20 16:05:41 +02:00
innodb_bulk_create_index_small.test Adjust the MySQL 5.7 tests for MariaDB 10.2 2017-11-20 16:05:41 +02:00
innodb_corrupt_bit.opt Push for testing of encryption 2015-02-10 10:21:17 +01:00
innodb_corrupt_bit.test Merge branch 'github/10.1' into 10.2 2018-02-06 14:50:50 +01:00
innodb_ctype_big5.test MDEV-9711 NO PAD collations 2016-09-06 12:50:02 +04:00
innodb_ctype_latin1.test MDEV-9711 NO PAD collations 2016-09-06 12:50:02 +04:00
innodb_ctype_ldml-master.opt A fix for 1ca595fbf7 (LDML refactoring) 2016-09-03 14:25:04 +04:00
innodb_ctype_ldml.test MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
innodb_ctype_utf8.test MDEV-9711 NO PAD collations 2016-09-06 12:50:02 +04:00
innodb_defrag_binlog.opt MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
innodb_defrag_binlog.test test cleanup: remove Format_description_log_event size dependency 2015-09-04 10:33:53 +02:00
innodb_defrag_concurrent.opt MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
innodb_defrag_concurrent.test MDEV-11336: Enable defragmentation on 10.2 when tests pass 2017-10-12 12:56:20 +03:00
innodb_defrag_stats.opt MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
innodb_defrag_stats.test MDEV-6701: InnoDB tests fail in 10.1 2014-09-08 09:34:03 +03:00
innodb_defrag_stats_many_tables.opt MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
innodb_defrag_stats_many_tables.test Adjusted defrag test that fails randomly (timing problem) and fix 2014-09-10 09:44:57 +03:00
innodb_defragment.opt MDEV-12198 innodb_defragment=1 crashes server on OPTIMIZE TABLE when FULLTEXT index exists 2017-04-06 08:56:25 +03:00
innodb_defragment.test MDEV-12198 innodb_defragment=1 crashes server on OPTIMIZE TABLE when FULLTEXT index exists 2017-04-06 08:56:25 +03:00
innodb_defragment_fill_factor.opt MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
innodb_defragment_fill_factor.test Remove wait_innodb_all_purged.inc 2017-08-08 09:44:38 +03:00
innodb_defragment_small.test Merge 10.1 into 10.2 2018-06-06 11:25:33 +03:00
innodb_file_format.test Innodb tests innodb_file_format cleanup. 2013-09-25 14:19:25 +03:00
innodb_force_pk.opt MDEV-5335: Force PK option. Added a new dynamic configuration variable 2014-03-11 13:40:29 +02:00
innodb_force_pk.test MDEV-8582: innodb_force_primary_key option does not force PK or unique key 2015-08-08 10:39:01 +03:00
innodb_force_recovery.test Do allow writes for innodb_force_recovery=2 or 3 2017-06-23 09:54:31 +03:00
innodb_gis.test MDEV-12462 SPATIAL index fails to work with CONTAINS. 2017-05-02 16:24:42 +04:00
innodb_information_schema.test MDEV-12121: Revert test adjustments for -DWITH_INNODB_AHI=OFF 2017-03-03 17:08:06 +02:00
innodb_information_schema_buffer.opt merge with 5.5 2012-11-03 12:28:51 +01:00
innodb_information_schema_buffer.test Push for testing of encryption 2015-02-10 10:21:17 +01: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 MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
innodb_max_recordsize_32k.opt Remove an unnecessary dependency on persistent statistics 2017-12-11 09:31:28 +02:00
innodb_max_recordsize_32k.test Remove an unnecessary dependency on persistent statistics 2017-12-11 09:31:28 +02:00
innodb_max_recordsize_64k.opt Remove an unnecessary dependency on persistent statistics 2017-12-11 09:31:28 +02:00
innodb_max_recordsize_64k.test Remove an unnecessary dependency on persistent statistics 2017-12-11 09:31:28 +02:00
innodb_multi_update.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
innodb_mutexes-master.opt MDEV-7109: Add support for INFORMATION_SCHEMA.INNODB_SEMAPHORE_WAITS 2015-02-21 21:45:16 +02:00
innodb_mutexes.test MDEV-7109: Add support for INFORMATION_SCHEMA.INNODB_SEMAPHORE_WAITS 2015-02-21 21:45:16 +02:00
innodb_mysql-master.opt Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
innodb_mysql.test MDEV-11635 innodb.innodb_mysql test hangs 2016-12-22 16:48:49 +02: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 Clean up a test 2018-04-10 02:07:31 +03:00
innodb_query_cache.test MDEV-16087 Inconsistent SELECT results when query cache is enabled 2018-06-18 14:26:37 +05:30
innodb_simulate_comp_failures-master.opt Speed up some innodb tests 2015-10-05 17:14:13 +02:00
innodb_simulate_comp_failures.test Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +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 More test case fixes. 2016-09-09 16:45:05 +03:00
innodb_skip_innodb_is_tables.opt MDEV-8046: Server crashes in pfs_mutex_enter_func on select from I_S.INNODB_TABLESPACES_ENCRYPTION if InnoDB is disabled 2015-05-06 15:16:28 +03:00
innodb_skip_innodb_is_tables.test MDEV-12121: Revert test adjustments for -DWITH_INNODB_AHI=OFF 2017-03-03 17:08:06 +02: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 Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03: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 MDEV-14941 Timeouts on persistent statistics tables caused by MDEV-14511 2018-01-22 08:58:47 +02: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 Merge branch '10.1' into 10.2 2016-12-29 13:23:18 +01:00
innodb_stats_fetch_nonexistent.test Fix test failure on innodb_stats_fetch_nonexistent. 2015-01-27 15:40:50 +02:00
innodb_stats_persistent.test MDEV-12698 innodb.innodb_stats_del_mark test failure 2017-05-19 22:56:39 +03:00
innodb_stats_persistent_debug.test MDEV-13534 InnoDB STATS_PERSISTENT fails to ignore garbage delete-mark flag on node pointer pages 2017-08-24 10:19:17 +03: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_sys_semaphore_waits-master.opt MDEV-12146 Deprecate and remove innodb_instrument_semaphores 2017-02-28 12:42:45 +02:00
innodb_sys_semaphore_waits.test fix many rpl test failures 2016-09-15 15:31:28 +02: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.opt MDEV-11185: innodb.innodb_trx_weight fails in buildbot 2016-11-16 12:07:12 +02:00
innodb_trx_weight.test MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
innodb_uninstall.opt MDEV-8474: InnoDB sets per-connection data unsafely 2015-07-21 12:12:58 +03:00
innodb_uninstall.test MDEV-9171: innodb.innodb_uninstall Test Failure 2016-05-05 09:19:40 -04:00
innodb_xtradb_compat-master.opt MDEV-12472: InnoDB should accept XtraDB parameters, warning that they are ignored 2017-05-09 19:44:10 +02:00
innodb_xtradb_compat.test skip innodb.innodb_xtradb_compat on Windows 2017-05-10 13:42:27 +02:00
insert_debug.test BUG#25082593 FOREIGN KEY VALIDATION DOESN'T NEED TO ACQUIRE GAP LOCK IN READ COMMITTED 2017-04-26 23:03:29 +03:00
lock_deleted.test MDEV-14589 InnoDB should not lock a delete-marked record 2018-05-29 08:54:33 +03:00
log_alter_table.test search_pattern_in_file.inc changes 2017-03-31 19:28:58 +02:00
log_corruption.test MDEV-14909 MariaDB 10.2 refuses to start up after clean shutdown of MariaDB 10.3 2018-01-10 13:18:02 +02:00
log_data_file_size.opt Cleanup of MDEV-12600: crash during install_db with innodb_page_size=32K and ibdata1=3M 2017-06-08 11:55:47 +03:00
log_data_file_size.test Merge branch '10.1' into 10.2 2017-09-19 12:43:02 +03:00
log_file.test Reduce the granularity of innodb_log_file_size 2017-06-29 23:15:05 +03:00
log_file_name.test MDEV-13869 MariaDB slow start 2018-02-12 14:06:04 +02:00
log_file_name_debug.test MDEV-17645 innodb.log_file_name_debug does not clean up after itself 2018-11-08 14:50:32 +02:00
log_file_size.test MDEV-17433 Allow InnoDB start up with empty ib_logfile0 from mariabackup --prepare 2018-10-11 23:00:48 +03:00
mdev-117.test MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
mdev-15707.opt MDEV-15707 : deadlock in Innodb IO code, caused by change buffering. 2018-04-08 21:32:02 +00:00
mdev-15707.test MDEV-15707 : deadlock in Innodb IO code, caused by change buffering. 2018-04-08 21:32:02 +00:00
monitor.test MDEV-12121: Revert test adjustments for -DWITH_INNODB_AHI=OFF 2017-03-03 17:08:06 +02: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
mvcc.test MDEV-15249 Crash in MVCC read after IMPORT TABLESPACE 2018-02-08 12:59:32 +02:00
purge_secondary.opt MDEV-15384 buf_flush_LRU_list_batch() always reports n->flushed=0, n->evicted=0 2018-03-13 15:25:38 +05:30
purge_secondary.test - Fixing innodb.purge_secondary test case failure 2018-03-26 17:36:41 +05:30
purge_thread_shutdown.test MDEV-13472 rpl.rpl_semi_sync_wait_point crashes because of thd_destructor_proxy 2017-08-14 19:45:59 +02:00
read_only_recover_committed.test Merge 10.1 into 10.2 2018-02-13 14:49:47 +02:00
read_only_recovery.test MDEV-15143 InnoDB: Rollback of trx with id 0 completed 2018-01-31 12:06:46 +02:00
readahead.test Adapt the test case for Oracle Bug#25330449 2017-04-26 23:03:32 +03:00
recovery_shutdown.test Make the test innodb.recovery_shutdown more robust 2018-02-08 13:26:44 +02:00
redo_log_during_checkpoint.test Adapt the test case for Oracle Bug#24793413 2017-04-26 23:03:33 +03:00
rename_table.opt MDEV-12868 MySQL bug #84038 also affects MariaDB 10.2 2017-08-09 22:28:04 +03:00
rename_table.test Fix innodb.rename_table for embedded 2018-06-13 08:33:25 +03:00
rename_table_debug.opt MDEV-13564: Replace innodb_unsafe_truncate with innodb_safe_truncate 2018-10-11 15:10:13 +03:00
rename_table_debug.test MDEV-14585 Automatically remove #sql- tables in InnoDB dictionary during recovery 2018-09-07 22:10:03 +03:00
restart.test Merge 10.1 into 10.2 2018-02-17 14:54:12 +02:00
row_format_redundant.test MDEV-12873 InnoDB SYS_TABLES.TYPE incompatibility for PAGE_COMPRESSED=YES in MariaDB 10.2.2 to 10.2.6 2017-06-15 14:26:06 +03:00
row_lock.test MDEV-7635: Part 1 2017-02-10 06:30:42 -05: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
stored_fk.test Adjust the test case for MariaDB 2018-05-11 18:35:03 +03:00
strict_mode.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03: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_definition_cache_debug.opt try to fix [Warning] InnoDB: innodb_open_files=20 is exceeded (20) files stay open) 2018-01-24 11:23:44 +00:00
table_definition_cache_debug.test Allow innodb_open_files to be exceeded 2017-11-10 16:06:44 +02:00
table_flags.test MDEV-17432 Assertion `lock_trx_has_sys_table_locks(trx) == 0' failed upon ALTER TABLE .. ADD FOREIGN KEY 2018-12-03 01:12:04 +05:30
table_index_statistics.test import a test case from percona-server-5.6.34-79.1 2016-12-04 01:35:57 +01:00
temp_table.test MDEV-11816 Disallow CREATE TEMPORARY TABLE…ROW_FORMAT=COMPRESSED 2017-01-18 08:42:57 +02:00
temp_table_savepoint.test MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
temporary_table.test MDEV-16713 Hangs server with repeating log entry 2018-07-25 13:56:39 +05:30
temporary_table_optimization.opt MDEV-11816 Disallow CREATE TEMPORARY TABLE…ROW_FORMAT=COMPRESSED 2017-01-18 08:42:57 +02:00
temporary_table_optimization.test MDEV-11816 Disallow CREATE TEMPORARY TABLE…ROW_FORMAT=COMPRESSED 2017-01-18 08:42:57 +02:00
tmpdir.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
trigger.test MDEV-11236 Failing assertion: state == TRX_STATE_NOT_STARTED 2016-12-02 16:44:53 +02:00
trigger_error.test MDEV-12258 InnoDB: Fix the bogus debug assertion introduced in MDEV-12219 2017-03-18 21:37:36 +02:00
truncate.opt MDEV-13564: Replace innodb_unsafe_truncate with innodb_safe_truncate 2018-10-11 15:10:13 +03:00
truncate.test MDEV-17885 TRUNCATE on temporary table causes ER_GET_ERRNO 2018-12-12 16:31:34 +02:00
truncate_crash.opt MDEV-13564: Replace innodb_unsafe_truncate with innodb_safe_truncate 2018-10-11 15:10:13 +03:00
truncate_crash.test MDEV-17158 TRUNCATE is not atomic after MDEV-13564 2018-09-10 14:59:58 +03:00
truncate_debug.opt MDEV-13564: Set innodb_safe_truncate=ON by default 2018-10-17 17:35:38 +03:00
truncate_debug.test MDEV-13564: Implement innodb_unsafe_truncate=ON for compatibility 2018-10-11 08:17:04 +03:00
truncate_foreign.opt MDEV-13564: Replace innodb_unsafe_truncate with innodb_safe_truncate 2018-10-11 15:10:13 +03:00
truncate_foreign.test MDEV-13564 Mariabackup does not work with TRUNCATE 2018-09-07 22:10:02 +03:00
truncate_inject.opt MDEV-13564: Set innodb_safe_truncate=ON by default 2018-10-17 17:35:38 +03:00
truncate_inject.test MDEV-13564: Implement innodb_unsafe_truncate=ON for compatibility 2018-10-11 08:17:04 +03:00
truncate_missing.opt MDEV-13564: Replace innodb_unsafe_truncate with innodb_safe_truncate 2018-10-11 15:10:13 +03:00
truncate_missing.test MDEV-13564 Mariabackup does not work with TRUNCATE 2018-09-07 22:10:02 +03:00
truncate_purge_debug.opt MDEV-13564: Set innodb_safe_truncate=ON by default 2018-10-17 17:35:38 +03:00
truncate_purge_debug.test MDEV-13564: Implement innodb_unsafe_truncate=ON for compatibility 2018-10-11 08:17:04 +03:00
truncate_restart.opt MDEV-13564: Set innodb_safe_truncate=ON by default 2018-10-17 17:35:38 +03:00
truncate_restart.test MDEV-13564: Implement innodb_unsafe_truncate=ON for compatibility 2018-10-11 08:17:04 +03:00
undo_log.test MDEV-15826 Purge attempts to free BLOB page after BEGIN;INSERT;UPDATE;ROLLBACK 2018-04-18 12:39:39 +05:30
undo_truncate.test MDEV-17049 Enable innodb_undo tests on buildbot 2018-09-07 22:10:02 +03:00
undo_truncate_recover.test MDEV-17049 Enable innodb_undo tests on buildbot 2018-09-07 22:10:02 +03:00
update-cascade.test MDEV-15219 FOREIGN KEY CASCADE or SET NULL operations will not resume after lock wait 2018-02-07 10:39:12 +02:00
update_time-master.opt Import WL#6658 update_time tests from MySQL 5.7 2017-11-23 08:55:51 +02:00
update_time.test Re-remove the file kill_and_restart_mysqld.inc 2017-12-14 08:40:09 +02:00
update_time_wl6658.test Adjust the tests for MariaDB, and optimize them 2017-11-23 08:55:51 +02:00
xa_recovery.test Merge 10.1 into 10.2 2017-08-29 10:07:33 +03:00