mariadb/mysql-test/suite/innodb/r
Marko Mäkelä 9a46d97149 MDEV-15333 MariaDB (still) slow start
This performance regression was introduced in the MariaDB 10.1
file format incompatibility bug fix MDEV-11623 (MariaDB 10.1.21
and MariaDB 10.2.4) and partially fixed in MariaDB 10.1.25 in
MDEV-12610 without adding a regression test case.

On a normal startup (without crash recovery), InnoDB should not read
every .ibd data file, because this is slow. Like in MySQL, for now,
InnoDB will still open every data file (without reading), and it
will read every .ibd file for which an .isl file exists, or the
DATA DIRECTORY attribute has been specified for the table.

The test case shuts down InnoDB, moves data files, replaces them
with garbage, and then restarts InnoDB, expecting no messages to
be issued for the garbage files. (Some messages will for now be
issued for the table that uses the DATA DIRECTORY attribute.)
Finally, the test shuts down the server, restores the old data files,
and restarts again to drop the tables.

fil_open_single_table_tablespace(): Remove the condition on flags,
and only call fsp_flags_try_adjust() if validate==true
(reading the first page has been requested). The only caller with
validate==false is at server startup when we are processing all
records from SYS_TABLES. The flags passed to this function are
actually derived from SYS_TABLES.TYPE and SYS_TABLES.N_COLS,
and there never was any problem with SYS_TABLES in MariaDB 10.1.
The problem that MDEV-11623 was that incorrect tablespace flags
were computed and written to FSP_SPACE_FLAGS.
2018-02-17 14:20:33 +02:00
..
101_compatibility.result 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.result Merge branch '5.5' into 10.0 2015-08-05 09:45:17 +02:00
alter_key_block_size-11757.result MDEV-11757 KEY_BLOCK_SIZE strangeness when UNCOMPRESSing COMPRESSed InnoDB tables 2017-02-28 16:19:44 +01:00
alter_rename_existing.result Adjust the imported MySQL 5.6 tests for MariaDB 2017-08-29 18:33:30 +03:00
auto_increment_dup.result Buildbot fixes and cleanups: 2013-01-11 02:03:43 +02:00
autoinc_debug.result Add and adjust a test from MySQL: 2017-04-24 16:45:40 +03:00
binlog_consistent.result test cleanup: remove Format_description_log_event size dependency 2015-09-04 10:33:53 +02:00
blob-update-debug.result mysql-5.5.37 selective merge 2014-03-27 22:26:58 +01:00
blob_unique2pk.result mysql-5.5.39 merge 2014-08-02 21:26:16 +02:00
count_distinct.result MDEV-4925 Wrong result - count(distinct), Using index for group-by (scanning) 2014-05-12 12:56:13 +02:00
create-index-debug.result Merge innodb.create-index test changes from MySQL 5.6 to MariaDB 2017-08-29 18:35:30 +03:00
create-index.result Bug #18010711 UNIQUE PREFIX INDEX ON BINARY COLUMN: 2014-02-17 13:45:34 +05:30
create_isl_with_direct.result Merged following change from MySQL 5.6 to MariaDB 10.1 XtraDB 2016-05-06 13:56:25 +03:00
data_types.result MDEV-5528 Command line variable to choose MariaDB-5.3 vs MySQL-5.6 temporal data formats 2014-11-03 21:45:06 +04:00
defrag_mdl-9155.result MDEV-9155 Enabling Defragmenting in 10.1.8 still causes OPTIMIZE TABLE to take metadatalocks 2016-05-05 01:05:05 +02:00
doublewrite.result Cleanup of MDEV-12600: crash during install_db with innodb_page_size=32K and ibdata1=3M 2017-06-08 11:55:47 +03:00
drop_table_background.result MDEV-12052 Shutdown crash presumably due to master thread activity 2017-05-26 15:08:35 +03:00
dropdb.result Merge branch 'mysql/5.5' into 5.5 2015-12-09 10:00:49 +01:00
fake_changes-7000.result 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
foreign-keys.result The test case innodb.foreign-keys is failing in pb2 5.5. This is because 2014-10-20 15:43:28 +05:30
group_commit.result MDEV-162 Enhanced semisync replication 2014-12-23 14:16:32 +01:00
group_commit_binlog_pos.result test cleanup: remove Format_description_log_event size dependency 2015-09-04 10:33:53 +02:00
group_commit_binlog_pos_no_optimize_thread.result test cleanup: remove Format_description_log_event size dependency 2015-09-04 10:33:53 +02:00
group_commit_crash.result MDEV-11799 InnoDB can abort if the doublewrite buffer 2017-01-15 18:56:56 +02:00
group_commit_crash_no_optimize_thread.result MDEV-11799 InnoDB can abort if the doublewrite buffer 2017-01-15 18:56:56 +02:00
group_commit_no_optimize_thread.result MDEV-162 Enhanced semisync replication 2014-12-23 14:16:32 +01:00
help_url.result MDEV-6184 10.0.11 merge 2014-05-06 09:57:39 +02:00
index_tree_operation.result MDEV-13625 Merge InnoDB test cases from MySQL 5.6 (part 1) 2017-08-29 15:28:58 +03:00
innochecksum.result MDEV-7061: Augment innochecksum to give insight of fragmentation 2015-03-04 16:57:31 +02:00
innodb-16k.result Merge 10.0 into 10.1 2017-10-24 20:36:03 +03:00
innodb-32k-crash.result Remove unnecessary have_debug.inc, not_valgrind.inc 2017-02-08 11:40:09 +02:00
innodb-32k.result Merge 10.0 into 10.1 2017-10-24 20:36:03 +03:00
innodb-64k-crash.result Remove unnecessary have_debug.inc, not_valgrind.inc 2017-02-08 11:40:09 +02:00
innodb-64k.result Merge 10.0 into 10.1 2017-10-24 20:36:03 +03:00
innodb-agregate.result 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.result Merge branch '10.0' into 10.1 2017-08-30 13:06:13 +03:00
innodb-alter-debug.result Import two ALTER TABLE…ALGORITHM=INPLACE tests from MySQL 5.6. 2017-04-05 14:46:35 +03:00
innodb-alter-discard.result Merge the server part of MySQL WL#5522 - InnoDB transportable tablespaces. 2014-02-02 10:00:36 +01:00
innodb-alter-nullable.result Import two ALTER TABLE…ALGORITHM=INPLACE tests from MySQL 5.6. 2017-04-05 14:46:35 +03:00
innodb-alter-table.result MDEV-13838: Wrong result after altering a partitioned table 2017-10-10 17:03:40 +03:00
innodb-alter-tempfile.result MDEV-11799 InnoDB can abort if the doublewrite buffer 2017-01-15 18:56:56 +02:00
innodb-alter-timestamp.result MDEV-8392: Couldn't alter field with default value for make it not nullable. 2015-06-30 22:24:37 +03:00
innodb-alter.result Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
innodb-analyze.result Remove outdated InnoDB Plugin tests from mysql-test/suite/innodb, 2010-04-12 14:56:24 +03:00
innodb-autoinc-18274.result Merge from mysql-5.1-innodb to mysql-5.5-innodb. Test was adjusted. 2010-11-24 14:36:00 +11:00
innodb-autoinc-44030.result Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
innodb-autoinc-56228.result Trivial test result updates. 2013-07-09 13:40:26 +04:00
innodb-autoinc-61209.result tweak the test to pass, until the upstream bug#61209 is *completely* fixed 2012-04-10 08:30:20 +02:00
innodb-autoinc-optimize.result Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb-autoinc.result Merge branch '10.0' into 10.1 2017-12-20 13:30:05 +02:00
innodb-bigblob.result Speed up some innodb tests 2015-10-05 17:14:13 +02:00
innodb-blob.result Remove unnecessary have_debug.inc, not_valgrind.inc 2017-02-08 11:40:09 +02:00
innodb-bug-14068765.result Merge the server part of MySQL WL#5522 - InnoDB transportable tablespaces. 2014-02-02 10:00:36 +01:00
innodb-bug-14084530.result Merge the server part of MySQL WL#5522 - InnoDB transportable tablespaces. 2014-02-02 10:00:36 +01:00
innodb-change-buffer-recovery.result Minor cleanup of innodb.innodb-change-buffer-recovery 2017-01-09 09:28:00 +02:00
innodb-changed-pages.result MDEV-4791: Assertion range_end >= range_start fails in log0online.c 2014-05-09 11:03:39 +03:00
innodb-consistent.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb-corrupted-table.result Merge branch '10.0' into 10.1 2016-05-04 15:23:26 +02:00
innodb-dict.result MDEV-9251: Fix MySQL Bug#20755615: InnoDB compares column names case sensitively, 2015-12-11 14:33:41 +02:00
innodb-enlarge-blob.result Follow-up to MDEV-13227: Shorten the test 2017-09-06 16:13:20 +03:00
innodb-fk-warnings.result MDEV-8569 build_table_filename() doesn't support temporary tables. 2016-07-18 11:50:08 +04:00
innodb-fk.result Merge branch '5.5' into 10.0 2016-04-26 23:05:26 +02:00
innodb-fkcheck.result Merge following commit from 5.5: 2016-06-23 07:42:40 +03:00
innodb-flush-changed-page-bitmaps.result MDEV-7472: Implementation of user statements for handling the xtradb changed page bitmaps 2015-06-23 14:46:06 +03:00
innodb-get-fk.result 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.result MDEV-12827 Assertion failure when reporting duplicate key error in online table rebuild 2017-12-21 17:19:13 +02:00
innodb-index-online,crypt.rdiff Write proper tests for MDEV-12634: Uninitialised ROW_MERGE_RESERVE_SIZE bytes 2017-09-16 21:15:38 +03:00
innodb-index-online-delete.result MDEV-13625 Merge InnoDB test cases from MySQL 5.6 (part 1) 2017-08-29 15:28:58 +03:00
innodb-index-online-fk.result Merge branch '10.0' into 10.1 2017-08-30 13:06:13 +03:00
innodb-index-online-norebuild.result Add and adjust a test from MySQL: 2017-04-24 13:40:36 +03:00
innodb-index-online-purge.result MDEV-13625 Merge InnoDB test cases from MySQL 5.6 (part 1) 2017-08-29 15:28:58 +03:00
innodb-index-online.result Merge 10.0 into 10.1 2018-01-08 14:51:20 +02:00
innodb-index.result MDEV-14051 'Undo log record is too big.' error occurring in very narrow range of string lengths 2017-10-24 17:00:04 +03:00
innodb-index_ucs2.result Remove outdated InnoDB Plugin tests from mysql-test/suite/innodb, 2010-04-12 14:56:24 +03:00
innodb-lock-schedule-algorithm.result 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.result Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03:00
innodb-lru-force-no-free-page.result Fix a test that always failed on --embedded 2018-01-15 16:19:46 +02:00
innodb-mdev-7408.result MDEV-7408: Cannot use a table containing special chars for InnoDB stopwords 2015-02-18 11:25:59 +02:00
innodb-mdev-7513.result Fix test failures on innodb-mdev-7055 and innodb-mdev-7513. 2015-02-10 14:17:23 +02:00
innodb-mdev7046.result MDEV-7262: innodb.innodb-mdev7046 and innodb-page_compression* fail on BuildBot 2014-12-04 12:40:19 +02:00
innodb-page_compression_bzip2.result MDEV-12593: InnoDB page compression should use lz4_compress_default if 2017-05-18 09:29:44 +03:00
innodb-page_compression_default.result MDEV-12593: InnoDB page compression should use lz4_compress_default if 2017-05-18 09:29:44 +03:00
innodb-page_compression_lz4.result MDEV-12593: InnoDB page compression should use lz4_compress_default if 2017-05-18 09:29:44 +03:00
innodb-page_compression_lzma.result MDEV-12593: InnoDB page compression should use lz4_compress_default if 2017-05-18 09:29:44 +03:00
innodb-page_compression_lzo.result MDEV-12593: InnoDB page compression should use lz4_compress_default if 2017-05-18 09:29:44 +03:00
innodb-page_compression_snappy.result MDEV-12615: InnoDB page compression method snappy mostly does not compress pages 2017-05-20 21:51:34 +03:00
innodb-page_compression_tables.result MDEV-14219 Allow online table rebuild when encryption or compression parameters change 2017-10-31 09:10:25 +02:00
innodb-page_compression_zip.result MDEV-12593: InnoDB page compression should use lz4_compress_default if 2017-05-18 09:29:44 +03:00
innodb-replace-debug.result Do not SET DEBUG_DBUG=-d,... in tests 2018-01-29 16:25:26 +02:00
innodb-replace.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb-semi-consistent.result merge. 2010-11-25 18:17:28 +01:00
innodb-stats-initialize-failure.result 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.result 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.result Better comments and add a test case. 2014-11-25 08:06:41 +02:00
innodb-table-online,crypt.rdiff Merge 10.0 into 10.1 2017-09-25 09:50:24 +03:00
innodb-table-online.result MDEV-14219 Allow online table rebuild when encryption or compression parameters change 2017-10-31 09:10:25 +02:00
innodb-timeout.result Fix for Bug#47745 innodb.innodb-timeout fails sporadically 2011-01-07 14:16:28 +01:00
innodb-truncate.result Bug#49938: Failing assertion: inode or deadlock in fsp/fsp0fsp.c 2010-10-06 11:34:28 -03:00
innodb-ucs2.result Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb-update-insert.result MDEV-6566 Different INSERT behaviour on bad bytes with and without character set conversion 2015-03-13 16:51:36 +04:00
innodb-virtual-columns.result MDEV-7367: Updating a virtual column corrupts table which crashes server 2015-03-31 09:16:48 +03:00
innodb-wl5522-1.result Merge the server part of MySQL WL#5522 - InnoDB transportable tablespaces. 2014-02-02 10:00:36 +01:00
innodb-wl5522-debug.result Merge 10.0 into 10.1 2017-11-06 18:10:23 +02:00
innodb-wl5522-zip.result Merge the server part of MySQL WL#5522 - InnoDB transportable tablespaces. 2014-02-02 10:00:36 +01:00
innodb-wl5522.result MDEV-12488 Remove type mismatch in InnoDB printf-like calls 2017-04-21 12:06:29 +03:00
innodb-wl5980-alter.result Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
innodb-xa.result MDEV-7908: assertion in innobase_release_savepoint 2015-04-06 17:38:51 +03:00
innodb.result Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
innodb_autoinc_lock_mode_zero.result Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb_blob_truncate.result MDEV-9040: 10.1.8 fails after upgrade from 10.0.21 2015-11-05 10:30:48 +02:00
innodb_blob_unrecoverable_crash.result Clean up a few tests that kill the server. 2017-01-27 16:03:56 +02:00
innodb_bug21704.result Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not specified and if not timestamp or auto_increment 2015-08-18 11:18:57 +03:00
innodb_bug30423.result Merge from mysql-5.1-innodb to mysql-5.5-innodb 2011-01-14 23:24:47 -08:00
innodb_bug30919.result Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb_bug34053.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug34300.result xtradb 5.6.22-72.0 2015-02-18 20:31:40 +01:00
innodb_bug35220.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug38231.result manual merge from mysql-trunk-bugfixing 2010-06-06 13:19:29 +02:00
innodb_bug39438.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug40360.result Remove outdated InnoDB Plugin tests from mysql-test/suite/innodb, 2010-04-12 14:56:24 +03:00
innodb_bug40565.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug41904.result Remove outdated InnoDB Plugin tests from mysql-test/suite/innodb, 2010-04-12 14:56:24 +03:00
innodb_bug42101-nonzero.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug42101.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug42419.result Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb_bug44032.result Remove outdated InnoDB Plugin tests from mysql-test/suite/innodb, 2010-04-12 14:56:24 +03:00
innodb_bug44369.result Merge with MySQL 5.1.47 2010-05-26 21:55:40 +03:00
innodb_bug44571.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug45357.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug46000.result MDEV-5544 Custom errors (generated from storage engine) not getting returned by mariadb 2014-02-01 09:32:59 +01:00
innodb_bug46676.result Remove outdated InnoDB Plugin tests from mysql-test/suite/innodb, 2010-04-12 14:56:24 +03:00
innodb_bug47167.result This change splits innodb_file_format_check into innodb_file_format_check 2010-06-17 02:13:53 -07:00
innodb_bug47621.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug47622.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug47777.result merge with mysql-5.5.30 minus few incorrect or not applicable changesets 2013-02-28 18:42:49 +01:00
innodb_bug48024.result Merge from mysql-5.1-innodb: 2010-05-14 16:31:44 +03:00
innodb_bug49164.result Merge from mysql-5.1-innodb: 2010-05-10 15:14:45 +02:00
innodb_bug51378.result MDEV-11231 Server crashes in check_duplicate_key on CREATE TABLE ... SELECT 2016-12-04 01:59:35 +01:00
innodb_bug51920.result Merge from mysql-5.1-innodb: 2010-05-04 12:40:41 +03:00
innodb_bug52199.result Bug#52199 utf32: mbminlen=4, mbmaxlen=4, type->mbminlen=0, type->mbmaxlen=4 2010-06-29 14:32:48 +03:00
innodb_bug52663.result Merge from mysql-5.1-innodb: 2010-05-04 12:51:25 +03:00
innodb_bug53046.result Merge mysql-5.1-innodb -> mysql-5.5-innodb 2010-11-03 12:07:16 +02:00
innodb_bug53290.result Merge from mysql-5.1-innodb: 2010-05-11 19:18:28 +03:00
innodb_bug53592.result fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_bug53674.result Merge from mysql-5.1-innodb: 2010-06-02 14:37:33 +03:00
innodb_bug53756.result Remove unnecessary have_debug.inc, not_valgrind.inc 2017-02-08 11:40:09 +02:00
innodb_bug54044.result Merge branch '5.5' into 10.0 2016-09-27 09:21:19 +02:00
innodb_bug56143.result Merge from mysql-5.1-innodb to mysql-5.5-innodb. 2010-10-14 04:39:42 -07:00
innodb_bug56716.result 5.5-merge 2011-07-02 22:08:51 +02:00
innodb_bug56947.result Do not SET DEBUG_DBUG=-d,... in tests 2018-01-29 16:39:54 +02:00
innodb_bug57252.result Fix Bug#57252 disabling innobase_stats_on_metadata disables ANALYZE 2010-10-18 13:48:11 +03:00
innodb_bug57255.result Fix Bug #57255 Cascade Delete results in "Got error -1 from storage engine". 2010-10-06 03:41:26 -07:00
innodb_bug57904.result Bug#16395459 TEST AND RESULT FILES WITH EXECUTE BIT 2014-06-25 12:35:50 +02:00
innodb_bug59410.result Add the testcase for Bug#59410 to 5.1/builtin 2011-04-05 11:08:36 +03:00
innodb_bug59641.result Merge 10.0 into 10.1 (test-only changes) 2017-01-27 16:34:09 +02:00
innodb_bug59733.result Merge mysql-5.1 to mysql-5.5. Add a test case. 2011-08-15 12:18:34 +03:00
innodb_bug60049.result many simple fixes for innodb suite, 2013-07-14 23:20:25 +02:00
innodb_bug60196.result Bug#16395459 TEST AND RESULT FILES WITH EXECUTE BIT 2014-06-25 12:35:50 +02:00
innodb_bug60229.result Fix Bug #13083023 - 60229: BROKEN COMPATIBILITY: ERROR WHILE CREATE TABLE 2011-12-07 18:44:52 -08:00
innodb_bug68148.result Bug #68148: drop index on a foreign key column leads to missing table 2015-09-30 10:49:45 +03:00
innodb_bug11754376.result Do not SET DEBUG_DBUG=-d,... in tests 2018-01-29 16:39:54 +02:00
innodb_bug12400341.result Fix try for Buildbot test failure for tests 2015-01-16 11:26:03 +02:00
innodb_bug12661768.result fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_bug12902967.result Automatic merge with 5.5 2012-06-27 19:49:59 +03:00
innodb_bug13510739.result Bug#14621190: HA_INNOBASE::INDEX_NEXT SKIPS A RECORD IF PREVIOUS 2013-10-01 10:05:45 +02:00
innodb_bug14007649.result now results is correct 2013-07-12 16:31:01 +03:00
innodb_bug14147491.result MDEV-12628: innodb.innodb_bug14147491 sporadically fails in buildbot due to wrong error number 2017-05-08 12:04:08 +03:00
innodb_bug14676111.result Merge 5.5 into 10.0 2017-03-24 18:19:15 +02:00
innodb_bug14704286.result 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.result Merge 5.5 into 10.0 2018-01-29 16:32:59 +02:00
innodb_ctype_ldml.result Recording innodb_ctype_ldml.result forgotten in the patch for: 2016-06-23 21:57:15 +04:00
innodb_defrag_binlog.result test cleanup: remove Format_description_log_event size dependency 2015-09-04 10:33:53 +02:00
innodb_defrag_concurrent.result MDEV-7181: innodb.innodb_defrag_concurrent fails in buildbot 2014-11-25 09:11:48 +02:00
innodb_defrag_stats.result MDEV-6701: InnoDB tests fail in 10.1 2014-09-08 09:34:03 +03:00
innodb_defrag_stats_many_tables.result Adjusted defrag test that fails randomly (timing problem) and fix 2014-09-10 09:44:57 +03:00
innodb_defragment.result 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.result MDEV-10771: Test innodb_defragment_fill_factor does not work correctly 2016-11-16 13:52:41 +02:00
innodb_defragment_small.result MDEV-12198 innodb_defragment=1 crashes server on OPTIMIZE TABLE when FULLTEXT index exists 2017-04-06 08:56:25 +03:00
innodb_file_format.result Innodb tests innodb_file_format cleanup. 2013-09-25 14:19:25 +03:00
innodb_force_pk.result MDEV-8582: innodb_force_primary_key option does not force PK or unique key 2015-08-08 10:39:01 +03:00
innodb_gis.result Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
innodb_information_schema.result fix the fix and update test results for MDEV-4439 2014-02-06 16:27:23 +01:00
innodb_information_schema_buffer.result many simple fixes for innodb suite, 2013-07-14 23:20:25 +02:00
innodb_information_schema_tables.result 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.result MDEV-334: Backport of UNION ALL optimization from mysql-5.7. 2014-10-14 09:36:50 -07:00
innodb_max_recordsize_32k.result 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_max_recordsize_64k.result 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_monitor.result Do not use os_file_read() directly for reading first page of the 2016-09-22 21:47:27 +03:00
innodb_multi_update.result MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
innodb_mutexes.result MDEV-7109: Add support for INFORMATION_SCHEMA.INNODB_SEMAPHORE_WAITS 2015-02-21 21:45:16 +02:00
innodb_mysql.result bump the VERSION to 10.1.6 and related changes 2015-06-28 12:09:18 +02:00
innodb_mysql_rbk.result Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb_notembedded.result Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb_prefix_index_restart_server.result many simple fixes for innodb suite, 2013-07-14 23:20:25 +02:00
innodb_simulate_comp_failures.result 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.result MDEV-6682 innodb.innodb_simulate_comp_failures_small is too slow 2014-09-03 07:37:13 +03:00
innodb_skip_innodb_is_tables.result MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothing 2017-03-14 16:23:10 +02:00
innodb_stats.result 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.result MDEV-7168: Tests innodb.innodb_stats_create_table 2014-11-24 19:42:39 +02:00
innodb_stats_create_table.result Added missing tests for innodb persistent statistics (from mysql-5.6.10) 2013-08-07 17:08:51 -07:00
innodb_stats_drop_locked.result Added missing tests for innodb persistent statistics (from mysql-5.6.10) 2013-08-07 17:08:51 -07:00
innodb_stats_fetch.result Added missing tests for innodb persistent statistics (from mysql-5.6.10) 2013-08-07 17:08:51 -07:00
innodb_stats_fetch_corrupted.result Added missing tests for innodb persistent statistics (from mysql-5.6.10) 2013-08-07 17:08:51 -07:00
innodb_stats_fetch_nonexistent.result Fix test failure on innodb_stats_fetch_nonexistent. 2015-01-27 15:40:50 +02:00
innodb_stats_rename_table.result 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.result Added missing tests for innodb persistent statistics (from mysql-5.6.10) 2013-08-07 17:08:51 -07:00
innodb_sys_semaphore_waits.result MDEV-7109: Add support for INFORMATION_SCHEMA.INNODB_SEMAPHORE_WAITS 2015-02-21 21:45:16 +02:00
innodb_timeout_rollback.result Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb_trx_weight.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_uninstall.result MDEV-9171: innodb.innodb_uninstall Test Failure 2016-05-05 09:19:40 -04:00
innodb_zip_innochecksum.result MDEV-13443: Port innochecksum tests from 10.2 innodb_zip suite to 10.1 2017-08-07 12:39:38 +03:00
innodb_zip_innochecksum2.result MDEV-13443: Port innochecksum tests from 10.2 innodb_zip suite to 10.1 2017-08-07 12:39:38 +03:00
innodb_zip_innochecksum3.result MDEV-13443: Port innochecksum tests from 10.2 innodb_zip suite to 10.1 2017-08-07 12:39:38 +03:00
insert_debug.result Bug#19904003 INNODB_LIMIT_OPTIMISTIC_INSERT_DEBUG=1 CAUSES INFINITE PAGE SPLIT 2014-10-30 08:53:46 +02:00
log_data_file_size.result MDEV-11556 InnoDB redo log apply fails to adjust data file sizes 2016-12-30 09:52:24 +02:00
log_file_size.result MDEV-12635 innodb.log_file_size fails when run with Valgrind 2017-05-05 14:04:18 +03:00
mdev-117.result MDEV-117 Assertion: prebuilt->sql_stat_start || trx->conc_state == 1 failed at row0sel.c:3933 2012-03-01 16:24:59 +01:00
multi_repair-7404.result MDEV-7404 REPAIR multiple tables crash in MDL_ticket::has_stronger_or_equal_type 2015-01-14 12:10:13 +01:00
mvcc.result MDEV-15249 Crash in MVCC read after IMPORT TABLESPACE 2018-02-08 12:59:32 +02:00
read_only_recover_committed.result MDEV-14988 innodb_read_only tries to modify files if transactions were recovered in COMMITTED state 2018-02-13 14:29:32 +02:00
read_only_recovery.result MDEV-11985 Make innodb_read_only shutdown more robust 2017-02-04 17:33:19 +02:00
recovery_shutdown.result Make the test innodb.recovery_shutdown more robust 2018-02-08 13:26:44 +02:00
restart.result MDEV-15333 MariaDB (still) slow start 2018-02-17 14:20:33 +02:00
row_format_redundant.result MDEV-13039 innodb_fast_shutdown=0 may fail to purge all undo log 2017-06-09 16:20:42 +03:00
row_lock.result fix innodb.row_lock test to work in 10.0 2014-05-08 11:09:00 +02:00
snapshot.result Fixed MDEV-8408 2015-10-23 18:49:02 +03:00
sp_temp_table.result Bug #19306524 FAILING ASSERTION WITH TEMP TABLE FOR A PROCEDURE CALLED 2014-09-18 15:17:39 +05:30
strict_mode.result InnoDB 5.6.22 2015-01-21 14:33:39 +01:00
system_tables.result 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.result MDEV-13051 MySQL#86607 InnoDB crash after failed ADD INDEX and table_definition_cache eviction 2017-10-16 19:11:30 +03:00
table_flags,4k.rdiff 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_flags,8k.rdiff 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_flags,32k.rdiff Merge 10.0 into 10.1, plus fixup for MDEV-12873 2017-06-13 18:30:37 +03:00
table_flags,64k.rdiff Merge 10.0 into 10.1, plus fixup for MDEV-12873 2017-06-13 18:30:37 +03:00
table_flags.result Merge 10.0 into 10.1, plus fixup for MDEV-12873 2017-06-13 18:30:37 +03:00
table_index_statistics.result Merge branch 'merge/merge-tokudb-5.6' into 10.0 2016-12-04 01:59:08 +01:00
tmpdir.result Merge branch 'merge-innodb-5.6' into 10.0 2016-02-16 18:32:59 +01:00
trigger.result MDEV-11236 Failing assertion: state == TRX_STATE_NOT_STARTED 2016-12-02 16:25:47 +02:00
undo_log.result MDEV-14051 'Undo log record is too big.' error occurring in very narrow range of string lengths 2017-10-24 17:00:04 +03:00
xa_recovery.result MDEV-13606 XA PREPARE transactions should survive innodb_force_recovery=1 or 2 2017-08-23 13:03:13 +03:00