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

Fix for nightly build test failure (test update).

More messages.
Testcase for bug 651.
This commit is contained in:
guilhem@mysql.com
2003-06-16 15:49:54 +02:00
parent d2ea62cd14
commit 3f33f17114
7 changed files with 31 additions and 18 deletions

View File

@ -25,6 +25,3 @@ drop table t3;
create table t1(a int, b int, unique(b));
insert into t1 values(1,10);
load data infile '../../std_data/rpl_loaddata.dat' into table t1;
show status like 'slave_running';
Variable_name Value
Slave_running OFF