1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +03:00

RBR test updates per lars request

This commit is contained in:
jmiller@mysql.com
2006-01-11 20:02:11 +01:00
parent d228d61a5c
commit ed4c583d16
9 changed files with 49 additions and 75 deletions

View File

@@ -0,0 +1,11 @@
stop slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
create table t1 (a int) engine=myisam;
flush tables;
drop table if exists t1;
Warnings:
Error 2 Can't find file: 't1' (errno: 2)