1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-26 01:44:06 +03:00

fix for versional test

This commit is contained in:
hezx@mail.hezx.com
2008-01-14 17:54:23 +08:00
parent 2720b76c4a
commit cdc67c13e8
4 changed files with 43 additions and 43 deletions

View File

@@ -23,7 +23,7 @@ sync_slave_with_master;
set @@global.slave_exec_mode= default;
SHOW STATUS LIKE 'Slave_retried_transactions';
SELECT * FROM t1;
source include/show_slave_status.inc;
source include/show_slave_status2.inc;
DROP TABLE t1;
--echo **** On Master ****