1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fix decimal2longlong too

mysql-test/r/rpl_start_stop_slave.result:
  results updated
This commit is contained in:
unknown
2004-11-27 13:54:51 +01:00
parent 87347253ce
commit df1f7cab70
2 changed files with 9 additions and 6 deletions

View File

@ -1,9 +1,9 @@
slave stop;
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;
slave start;
start slave;
stop slave;
create table t1(n int);
start slave;