1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

rpl_session_var.test fixed to not depend on mysql_test_run parameters

This commit is contained in:
holyfoot/hf@mysql.com/hfmain.(none)
2007-07-28 14:10:56 +05:00
parent 642b0c00ed
commit ce2410dd1e
2 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ INSERT INTO t1(data) VALUES(SESSION_USER());
save_master_pos;
connection slave;
sync_with_master;
SELECT * FROM t1;
SELECT length(data) < 100 FROM t1;
connection master;
drop table t1;
save_master_pos;