1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my51-mysqltestrun_check_testcases

into  neptunus.(none):/home/msvensson/mysql/mysql-5.1-new
This commit is contained in:
msvensson@neptunus.(none)
2006-02-07 17:57:26 +01:00
56 changed files with 235 additions and 10 deletions

View File

@@ -46,5 +46,8 @@ sleep 1;
--error 1192
stop slave;
connection master;
drop table t3, t4, t5;
# End of 4.1 tests

View File

@@ -124,6 +124,7 @@ select n from t1;
select select_priv,user from mysql.user where user = _binary'blafasel2';
connection master1;
drop table t1;
delete from mysql.user where user="blafasel2";
save_master_pos;
connection slave;
sync_with_master;