mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
1388c164bc
Return NULL if a time argument is given to date_add(). (Warning will be shown after Dimitri's timezone patch is pushed)
10 lines
230 B
Text
10 lines
230 B
Text
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);
|
|
create table t2 (a int);
|
|
drop table t1;
|
|
drop table t2;
|