mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 22:34:18 +01:00
36f16bf862
Adding code to filter out slave SQL errors since these are checked by the tests themselves. mysql-test/lib/mtr_report.pl: Filtering out slave SQL errors since these are handled by the tests themselves. mysql-test/suite/rpl/t/disabled.def: Enabling disabled tests. mysql-test/suite/rpl_ndb/r/rpl_truncate_7ndb.result: Result change. mysql-test/suite/rpl_ndb/t/disabled.def: Enabling disabled tests.
17 lines
853 B
Modula-2
17 lines
853 B
Modula-2
##############################################################################
|
|
#
|
|
# List the test cases that are to be disabled temporarily.
|
|
#
|
|
# Separate the test case name and the comment with ':'.
|
|
#
|
|
# <testcasename> : BUG#<xxxx> <date disabled> <disabler> <comment>
|
|
#
|
|
# Do not use any TAB characters for whitespace.
|
|
#
|
|
##############################################################################
|
|
|
|
rpl_ddl : BUG#26418 2007-03-01 mleich Slave out of sync after CREATE/DROP TEMPORARY TABLE + ROLLBACK on master
|
|
rpl_innodb_mixed_ddl : Bug #29363 rpl.rpl_innodb_mixed_* test failures
|
|
rpl_innodb_mixed_dml : Bug #29363 rpl.rpl_innodb_mixed_* test failures
|
|
rpl_invoked_features : BUG#29020 2007-06-21 Lars Non-deterministic test case
|
|
rpl_auto_increment_11932 : Bug#29809 2007-07-16 ingo Slave SQL errors in warnings file
|