mariadb/mysql-test/suite/innodb/r
Marko Mäkelä 5569b3eb09 MDEV-16041 Do not write for null update (properly fix MySQL Bug#29157)
InnoDB takes a lot of time to perform null updates. The reason is that
even though an empty update vector was created, InnoDB will go on to
write undo log records and update the system columns
DB_TRX_ID and DB_ROLL_PTR in the clustered index, and of course write
redo log for all this.

This could have been fixed properly in
commit 54a492ecac more than 10 years ago.
2018-04-26 20:56:14 +03: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_copy.result MDEV-11415 Remove excessive undo logging during ALTER TABLE…ALGORITHM=COPY 2018-01-30 20:24:23 +02:00
alter_crash.result Adjust the imported innodb.alter_crash test for MariaDB 2017-09-08 15:34:42 +03:00
alter_key_block_size-11757.result Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
alter_missing_tablespace.result Clean up a test. 2017-02-01 09:30:55 +02:00
alter_rename_existing.result Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
alter_table.result MDEV-14081 ALTER TABLE CHANGE COLUMN Corrupts Index Leading to Crashes in 10.2 2017-10-18 22:15:27 +02:00
auto_increment_dup.result fix sporadic innodb.auto_increment_dup failures 2016-09-21 10:03:16 +02:00
autoinc_debug.result Bug #20989615 INNODB AUTO_INCREMENT PRODUCES SAME VALUE TWICE 2017-04-24 17:45:09 +03:00
autoinc_persist.result Add IMPORT test for MDEV-12123 Page contains nonzero PAGE_MAX_TRX_ID 2017-04-19 08:17:41 +03:00
binlog_consistent.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04: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 MDEV-14904 Backport innodb_default_row_format 2018-03-07 17:49:42 +02: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
deadlock_detect.result MDEV-13262: innodb.deadlock_detect failed in buildbot 2018-01-08 12:25:31 +02:00
default_row_format_alter.result Merge 10.1 into 10.2 2018-03-12 14:27:17 +02:00
default_row_format_compatibility.result Merge 10.1 into 10.2 2018-03-21 22:58:52 +02:00
default_row_format_create,dynamic.rdiff MDEV-14904 Backport innodb_default_row_format 2018-03-07 17:49:42 +02:00
default_row_format_create,redundant.rdiff MDEV-14904 Backport innodb_default_row_format 2018-03-07 17:49:42 +02:00
default_row_format_create.result Merge 10.1 into 10.2 2018-03-12 14:27:17 +02:00
defrag_mdl-9155.result Post-merge: Update test results 2016-06-30 23:56:18 -04:00
doublewrite.result Merge 10.1 into 10.2 2017-06-08 12:45:08 +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
file_format_defaults.result Merge 10.1 into 10.2 2018-03-12 14:27:17 +02:00
foreign-keys.result extend prelocking to FK-accessed tables 2016-12-12 20:27:40 +01:00
foreign_key.result MDEV-15199 Referential integrity broken in ON DELETE CASCADE 2018-02-07 10:39:12 +02:00
group_commit.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
group_commit_binlog_pos.result Simplify access to the binlog offset in InnoDB 2017-06-29 23:03:39 +03:00
group_commit_binlog_pos_no_optimize_thread.result Simplify access to the binlog offset in InnoDB 2017-06-29 23:03:39 +03:00
group_commit_crash.result MDEV-14130 InnoDB messages should not refer to the MySQL 5.7 manual 2018-01-10 13:53:44 +02:00
group_commit_crash_no_optimize_thread.result MDEV-14130 InnoDB messages should not refer to the MySQL 5.7 manual 2018-01-10 13:53:44 +02:00
group_commit_no_optimize_thread.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
help_url.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
ibuf_not_empty.result Adapt the second test case for Oracle Bug#25385590 2017-04-26 23:03:33 +03:00
index_merge_threshold.result Remove wait_innodb_all_purged.inc 2017-08-08 09:44:38 +03: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 Simplify innodb.innochecksum test. 2017-02-06 10:45:18 +02:00
innodb-16k.result MDEV-14130 InnoDB messages should not refer to the MySQL 5.7 manual 2018-01-10 13:53:44 +02:00
innodb-32k-crash.result Adjust tests for the removal of kill_and_restart_mysqld.inc. 2017-04-05 16:00:35 +03:00
innodb-32k.result Merge 10.1 into 10.2 2017-10-25 17:17:21 +03:00
innodb-64k-crash.result Adjust tests for the removal of kill_and_restart_mysqld.inc. 2017-04-05 16:00:35 +03:00
innodb-64k.result Merge 10.1 into 10.2 2017-10-25 17:17:21 +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 10.1 into 10.2 2017-08-31 09:30:40 +03:00
innodb-alter-debug.result Merge 10.1 into 10.2 2017-04-06 09:52:25 +03:00
innodb-alter-nullable.result Merge 10.1 into 10.2 2018-04-24 09:39:45 +03:00
innodb-alter-table.result Merge branch '10.1' into 10.2 2017-10-24 14:53:18 +02: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-13176 ALTER TABLE…CHANGE col col TIMESTAMP NOT NULL DEFAULT… fails 2017-06-27 07:39:42 +03:00
innodb-alter.result Merge branch '10.1' into 10.2 2017-10-24 14:53:18 +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 MDEV-6076 Persistent AUTO_INCREMENT for InnoDB 2016-12-16 09:19:19 +02:00
innodb-autoinc-56228.result Trivial test result updates. 2013-07-09 13:40:26 +04:00
innodb-autoinc-61209.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04: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 remote-tracking branch 'origin/10.1' into 10.2 2017-12-22 12:23:39 +02:00
innodb-bigblob.result MDEV-11782: Redefine the innodb_encrypt_log format 2017-02-15 08:07:20 +02:00
innodb-blob.result MDEV-12745 InnoDB Assertion `0' failed at row0umod.cc:1181 2017-05-09 10:00:49 +03:00
innodb-bug-14068765.result Remove references to innodb_file_format. 2017-01-18 08:43:11 +02:00
innodb-bug-14084530.result Remove references to innodb_file_format. 2017-01-18 08:43:11 +02:00
innodb-change-buffer-recovery.result search_pattern_in_file.inc changes 2017-03-31 19:28:58 +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 MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
innodb-corrupted-table.result say MariaDB in InnoDB error messages, not MySQL 2016-12-12 20:27:21 +01: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-virtual.result MDEV-11850: Can't create foreign key referencing a virtual column 2017-01-26 08:05:23 +02:00
innodb-fk-warnings.result Merge branch '10.2' into bb-10.2-jan 2016-09-19 09:47:08 +02: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 Merge remote-tracking branch 'origin/10.1' into 10.2 2017-12-22 12:23:39 +02:00
innodb-index-online,crypt.rdiff Merge 10.1 into 10.2 2017-09-17 11:05:33 +03:00
innodb-index-online-delete.result Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
innodb-index-online-fk.result MDEV-15199 Referential integrity broken in ON DELETE CASCADE 2018-02-07 10:39:12 +02:00
innodb-index-online-norebuild.result Bug #23475211 COMBINING ALTER OPERATIONS TRIGGERS TABLE REBUILD 2017-04-24 14:03:22 +03:00
innodb-index-online-purge.result Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
innodb-index-online.result Merge 10.1 into 10.2 2018-01-08 16:49:31 +02:00
innodb-index.result MDEV-15325 Incomplete validation of missing tablespace during recovery 2018-03-27 13:47:56 +05:30
innodb-index_ucs2.result Remove outdated InnoDB Plugin tests from mysql-test/suite/innodb, 2010-04-12 14:56:24 +03:00
innodb-isolation.result 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.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 MDEV-11227 - mysqlimport -l doesn't issue UNLOCK TABLES 2016-12-21 13:18:45 +04:00
innodb-lru-force-no-free-page.result Merge 10.1 into 10.2 2018-01-15 16:22:35 +02:00
innodb-mdev-7408.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb-mdev-7513.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03: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-on-duplicate-update.result Merge branch 'github/10.1' into 10.2 2018-02-06 14:50:50 +01:00
innodb-online-alter-gis.result MDEV-14038 ALTER TABLE does not exit on error with InnoDB + bad default function 2017-10-11 18:13:44 +04: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 Merge 10.1 into 10.2 2017-05-22 09:46:51 +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 Merge 10.1 into 10.2 2017-05-23 11:09:47 +03:00
innodb-page_compression_tables.result Merge 10.1 into 10.2 2017-11-01 09:55:00 +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 MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04: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 Merge 10.1 into 10.2 2017-11-01 09:55:00 +02:00
innodb-timeout.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
innodb-trim.result MDEV-11254: innodb-use-trim has no effect in 10.2 2017-01-24 14:40:58 +02:00
innodb-truncate.result MDEV-13901 Assertion `!space->stop_new_ops' failed in TRUNCATE TABLE with many indexes 2017-10-03 20:14:18 +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-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
innodb-virtual-columns.result Item::print(): remove redundant parentheses 2016-12-12 20:44:41 +01:00
innodb-virtual-columns2.result Added tests for MDEV-11724, MDEV-11725, MDEV-11726. 2017-05-09 19:44:10 +02:00
innodb-wl5522-1.result Remove references to innodb_file_format. 2017-01-18 08:43:11 +02:00
innodb-wl5522-debug.result Merge 10.0 into 10.1 2017-11-06 18:10:23 +02:00
innodb-wl5522.result MDEV-12488 Remove type mismatch in InnoDB printf-like calls 2017-04-21 18:03:15 +03:00
innodb-wl5980-alter.result Merge branch '10.1' into 10.2 2017-10-24 14:53:18 +02:00
innodb-xa.result MDEV-7908: assertion in innobase_release_savepoint 2015-04-06 17:38:51 +03:00
innodb.result MDEV-16041 Do not write for null update (properly fix MySQL Bug#29157) 2018-04-26 20:56:14 +03: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 Remove references to innodb_file_format. 2017-01-18 08:43:11 +02:00
innodb_buffer_pool_resize.result 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.result MDEV-13626: Merge InnoDB test cases from MySQL 5.7 (part 7) 2018-02-02 16:15:13 +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 InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_bug30919.result Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb_bug34053.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_bug34300.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_bug35220.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug38231.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04: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 MDEV-7635: Part 1 2017-02-10 06:30:42 -05: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-13712 Spelling errors in the error message 2017-09-18 10:12:23 +02: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 MDEV-14130 InnoDB messages should not refer to the MySQL 5.7 manual 2018-01-10 13:53:44 +02:00
innodb_bug47621.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug47622.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04: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 MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
innodb_bug51378.result Merge branch '10.1' into 10.2 2016-12-29 13:23:18 +01:00
innodb_bug51920.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04: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 MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04: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 MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
innodb_bug53674.result Merge from mysql-5.1-innodb: 2010-06-02 14:37:33 +03:00
innodb_bug53756.result remove two redundant *.inc files to restart a server 2017-03-31 19:28:58 +02:00
innodb_bug54044.result Merge branch '10.1' into 10.2 2016-12-29 13:23:18 +01: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_bug59307.result MDEV-12269 Port Bug#22996442 INNODB: MAKE UNIV_DEBUG DEPEND ON DBUG_OFF 2017-03-16 10:24:53 +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 remove two redundant *.inc files to restart a server 2017-03-31 19:28:58 +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 Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03: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 MDEV-5800 InnoDB support for indexed vcols 2016-12-12 20:27:42 +01:00
innodb_bug12661768.result fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_bug12902967.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +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 MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
innodb_bug14147491.result MDEV-12628: innodb.innodb_bug14147491 sporadically fails in buildbot due to wrong error number 2017-05-08 14:03:49 +03:00
innodb_bug14676111.result Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
innodb_bug14704286.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
innodb_bug27216817.result Merge branch '5.5' into 10.0 2018-04-20 14:33:24 +02:00
innodb_bulk_create_index.result Adjust the MySQL 5.7 tests for MariaDB 10.2 2017-11-20 16:05:41 +02:00
innodb_bulk_create_index_debug.result Adjust an imported test 2017-11-21 18:53:00 +02:00
innodb_bulk_create_index_flush.result Adjust the MySQL 5.7 tests for MariaDB 10.2 2017-11-20 16:05:41 +02:00
innodb_bulk_create_index_replication.result Adjust the MySQL 5.7 tests for MariaDB 10.2 2017-11-20 16:05:41 +02:00
innodb_bulk_create_index_small.result Adjust the MySQL 5.7 tests for MariaDB 10.2 2017-11-20 16:05:41 +02:00
innodb_corrupt_bit.result Merge branch 'github/10.1' into 10.2 2018-02-06 14:50:50 +01:00
innodb_ctype_big5.result MDEV-9711 NO PAD collations 2016-09-06 12:50:02 +04:00
innodb_ctype_latin1.result MDEV-9711 NO PAD collations 2016-09-06 12:50:02 +04:00
innodb_ctype_ldml.result MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
innodb_ctype_utf8.result MDEV-9711 NO PAD collations 2016-09-06 12:50:02 +04:00
innodb_defrag_binlog.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
innodb_defrag_concurrent.result MDEV-11336: Enable defragmentation on 10.2 when tests pass 2017-10-12 12:56:20 +03: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 Merge 10.1 into 10.2 2017-04-06 09:52:25 +03:00
innodb_defragment_fill_factor.result Remove wait_innodb_all_purged.inc 2017-08-08 09:44:38 +03:00
innodb_defragment_small.result Merge 10.1 into 10.2 2017-04-06 09:52:25 +03:00
innodb_file_format.result MDEV-14130 InnoDB messages should not refer to the MySQL 5.7 manual 2018-01-10 13:53:44 +02: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_force_recovery.result MDEV-15719: Adjust a test case 2018-03-29 16:58:59 +03:00
innodb_gis.result Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
innodb_information_schema.result MDEV-12121: Revert test adjustments for -DWITH_INNODB_AHI=OFF 2017-03-03 17:08:06 +02:00
innodb_information_schema_buffer.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03: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-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
innodb_max_recordsize_32k.result Remove an unnecessary dependency on persistent statistics 2017-12-11 09:31:28 +02:00
innodb_max_recordsize_64k.result Remove an unnecessary dependency on persistent statistics 2017-12-11 09:31:28 +02: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-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
innodb_mysql.result Fixup for MDEV-11995. 2017-04-17 03:18:21 +03:00
innodb_mysql_rbk.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
innodb_notembedded.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
innodb_prefix_index_restart_server.result Clean up a test 2018-04-10 02:07:31 +03:00
innodb_simulate_comp_failures.result Fix a test. 2017-01-27 12:21:31 +02:00
innodb_simulate_comp_failures_small.result Fix a test. 2017-01-27 12:21:31 +02:00
innodb_skip_innodb_is_tables.result Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +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 Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03: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 MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04: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 fix some quoting in error messages 2016-09-16 09:54:30 +02:00
innodb_stats_fetch_nonexistent.result Fix test failure on innodb_stats_fetch_nonexistent. 2015-01-27 15:40:50 +02:00
innodb_stats_persistent.result MDEV-12698 innodb.innodb_stats_del_mark test failure 2017-05-19 22:56:39 +03:00
innodb_stats_persistent_debug.result 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.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-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
innodb_timeout_rollback.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
innodb_trx_weight.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_uninstall.result Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
innodb_xtradb_compat.result MDEV-12472: InnoDB should accept XtraDB parameters, warning that they are ignored 2017-05-09 19:44:10 +02:00
innodb_zip_innochecksum.result Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02: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 Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
insert_debug.result 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.result MDEV-14589 InnoDB should not lock a delete-marked record 2017-12-11 14:39:53 +02:00
log_alter_table.result search_pattern_in_file.inc changes 2017-03-31 19:28:58 +02:00
log_corruption.result 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.result Merge 10.1 into 10.2 2016-12-30 13:48:22 +02:00
log_file.result Reduce the granularity of innodb_log_file_size 2017-06-29 23:15:05 +03:00
log_file_name.result Flush crash-unsafe tables before killing the server 2017-07-05 10:08:48 +03:00
log_file_name_debug.result search_pattern_in_file.inc changes 2017-03-31 19:28:58 +02:00
log_file_size.result MDEV-13311 Presence of old logs in 10.2.7 will corrupt restored instance (change in behavior) 2017-10-10 15:54:11 +03:00
mdev-117.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
mdev-15707.result MDEV-15707 : deadlock in Innodb IO code, caused by change buffering. 2018-04-08 21:32:02 +00:00
monitor.result MDEV-12121: Revert test adjustments for -DWITH_INNODB_AHI=OFF 2017-03-03 17:08:06 +02: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 Merge 10.1 into 10.2 2018-02-08 13:53:21 +02:00
purge_secondary.result - Fixing innodb.purge_secondary test case failure 2018-03-26 17:36:41 +05:30
purge_thread_shutdown.result 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.result Merge 10.1 into 10.2 2018-02-13 14:49:47 +02:00
read_only_recovery.result MDEV-15143 InnoDB: Rollback of trx with id 0 completed 2018-01-31 12:06:46 +02:00
readahead.result Adapt the test case for Oracle Bug#25330449 2017-04-26 23:03:32 +03:00
recovery_shutdown.result Merge 10.1 into 10.2 2018-02-08 13:53:21 +02:00
redo_log_during_checkpoint.result Adapt the test case for Oracle Bug#24793413 2017-04-26 23:03:33 +03:00
rename_table.result MDEV-12868 MySQL bug #84038 also affects MariaDB 10.2 2017-08-09 22:28:04 +03:00
restart.result Merge 10.1 into 10.2 2018-02-17 14:54:12 +02:00
row_format_redundant.result MDEV-13712 Spelling errors in the error message 2017-09-18 10:12:23 +02:00
row_lock.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
snapshot.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04: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 Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03: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 Allow innodb_open_files to be exceeded 2017-11-10 16:06:44 +02:00
table_flags,4k.rdiff Merge 10.1 into 10.2 2017-06-15 14:35:51 +03:00
table_flags,8k.rdiff Merge 10.1 into 10.2 2017-06-15 14:35:51 +03:00
table_flags,32k.rdiff Merge 10.1 into 10.2 2017-06-15 14:35:51 +03:00
table_flags,64k.rdiff Merge 10.1 into 10.2 2017-06-15 14:35:51 +03:00
table_flags.result MDEV-13869 MariaDB slow start 2018-02-12 14:06:04 +02:00
table_index_statistics.result Merge branch 'merge/merge-tokudb-5.6' into 10.0 2016-12-04 01:59:08 +01:00
temp_table.result MDEV-11816 Disallow CREATE TEMPORARY TABLE…ROW_FORMAT=COMPRESSED 2017-01-18 08:42:57 +02:00
temp_table_savepoint.result MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
temporary_table.result MDEV-13485 MTR tests fail massively with --innodb-sync-debug 2017-08-23 08:44:11 +03:00
temporary_table_optimization.result MDEV-11816 Disallow CREATE TEMPORARY TABLE…ROW_FORMAT=COMPRESSED 2017-01-18 08:42:57 +02:00
tmpdir.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
trigger.result MDEV-11236 Failing assertion: state == TRX_STATE_NOT_STARTED 2016-12-02 16:44:53 +02:00
trigger_error.result MDEV-12258 InnoDB: Fix the bogus debug assertion introduced in MDEV-12219 2017-03-18 21:37:36 +02:00
truncate_debug.result MDEV-13256 innodb.truncate_debug fails in buildbot 2017-09-25 21:44:54 +03:00
truncate_inject.result MDEV-13626: Merge InnoDB test cases from MySQL 5.7 (part 6) 2018-01-15 15:40:28 +02:00
truncate_purge_debug.result MDEV-12754 innodb.truncate_debug fails in buildbot with embedded due to semaphore wait 2017-05-10 18:11:03 +02:00
truncate_restart.result Follow-up fix to MDEV-13201 Assertion srv_undo_sources || ... failed on shutdown during DDL operation 2017-12-06 18:52:28 +02:00
undo_log.result MDEV-15826 Purge attempts to free BLOB page after BEGIN;INSERT;UPDATE;ROLLBACK 2018-04-18 12:39:39 +05:30
update-cascade.result MDEV-15199 Referential integrity broken in ON DELETE CASCADE 2018-02-07 10:39:12 +02:00
update_time.result Re-remove the file kill_and_restart_mysqld.inc 2017-12-14 08:40:09 +02:00
update_time_wl6658.result Adjust the tests for MariaDB, and optimize them 2017-11-23 08:55:51 +02: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