diff options
author | unknown <guilhem@gbichot2> | 2003-07-23 16:48:45 +0200 |
---|---|---|
committer | unknown <guilhem@gbichot2> | 2003-07-23 16:48:45 +0200 |
commit | 3be8c60c25aa7660ccb373a50fbc8c4748ec2ab4 (patch) | |
tree | 263fd82824bee66b5a728ab1be692db7e9cf4df7 /mysql-test/r/rpl_loaddata.result | |
parent | bacddcc5f5d7772d01b7f09fa8a80fa05c6fd38f (diff) | |
download | mariadb-git-3be8c60c25aa7660ccb373a50fbc8c4748ec2ab4.tar.gz |
temporary modification of rpl_loaddata.test until 4.0 is merged in 4.1.
This is to avoid a test failure, which is fixed in 4.0 in
ChangeSet@1.1455.34.1, 2003-06-10 23:29:49+02:00, guilhem@mysql.com
by making RESET SLAVE reset the error.
mysql-test/r/rpl_loaddata.result:
temporary modification until 4.0 is merged in 4.1
mysql-test/t/rpl_loaddata.test:
temporary modification until 4.0 is merged in 4.1
Diffstat (limited to 'mysql-test/r/rpl_loaddata.result')
-rw-r--r-- | mysql-test/r/rpl_loaddata.result | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/r/rpl_loaddata.result b/mysql-test/r/rpl_loaddata.result index f4b003d6cc3..ec9011d573f 100644 --- a/mysql-test/r/rpl_loaddata.result +++ b/mysql-test/r/rpl_loaddata.result @@ -24,7 +24,3 @@ drop table t2; 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 |