mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
disabled rpl_innodb_mixed_dml
mysql-test/suite/rpl/include/rpl_mixed_dml.inc: fix for tmp directory
This commit is contained in:
@ -53,7 +53,7 @@ DELETE FROM t2 WHERE a = 2;
|
|||||||
--echo ******************** LOAD DATA INFILE ********************
|
--echo ******************** LOAD DATA INFILE ********************
|
||||||
--exec cp ./suite/rpl/data/rpl_mixed.dat $MYSQLTEST_VARDIR/tmp/
|
--exec cp ./suite/rpl/data/rpl_mixed.dat $MYSQLTEST_VARDIR/tmp/
|
||||||
LOAD DATA INFILE '../tmp/rpl_mixed.dat' INTO TABLE t1 FIELDS TERMINATED BY '|' ;
|
LOAD DATA INFILE '../tmp/rpl_mixed.dat' INTO TABLE t1 FIELDS TERMINATED BY '|' ;
|
||||||
--exec rm ./var/tmp/rpl_mixed.dat
|
--exec rm $MYSQLTEST_VARDIR/tmp/rpl_mixed.dat
|
||||||
SELECT * FROM t1;
|
SELECT * FROM t1;
|
||||||
--source suite/rpl/include/rpl_mixed_check_select.inc
|
--source suite/rpl/include/rpl_mixed_check_select.inc
|
||||||
--source suite/rpl/include/rpl_mixed_clear_tables.inc
|
--source suite/rpl/include/rpl_mixed_clear_tables.inc
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
rpl_ddl : BUG#26418 2007-03-01 mleich Slave out of sync after CREATE/DROP TEMPORARY TABLE + ROLLBACK on master
|
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_ddl : Bug #29363 rpl.rpl_innodb_mixed_* test failures
|
||||||
#rpl_innodb_mixed_dml : 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_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
|
rpl_auto_increment_11932 : Bug#29809 2007-07-16 ingo Slave SQL errors in warnings file
|
||||||
rpl_stm_extraColmaster_ndb : WL#3915 : Statement-based replication not supported in ndb. Enable test when supported.
|
rpl_stm_extraColmaster_ndb : WL#3915 : Statement-based replication not supported in ndb. Enable test when supported.
|
||||||
|
Reference in New Issue
Block a user