mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
reenable tests from engines/funcs
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
CREATE TABLE t1 (word CHAR(20) NOT NULL);
|
||||
LOAD DATA INFILE '../../std_data/words.dat' INTO TABLE t1;
|
||||
SELECT * FROM t1 ORDER BY word;
|
||||
sync_slave_with_master;
|
||||
--sync_slave_with_master
|
||||
|
||||
# Check
|
||||
SELECT * FROM t1 ORDER BY word;
|
||||
@@ -11,4 +11,5 @@ SELECT * FROM t1 ORDER BY word;
|
||||
# Cleanup
|
||||
connection master;
|
||||
drop table t1;
|
||||
sync_slave_with_master;
|
||||
--sync_slave_with_master
|
||||
--source include/rpl_end.inc
|
||||
|
Reference in New Issue
Block a user