summaryrefslogtreecommitdiff
path: root/mysql-test/r/rpl000009.result
diff options
context:
space:
mode:
authorunknown <guilhem@mysql.com>2003-09-19 19:07:41 +0200
committerunknown <guilhem@mysql.com>2003-09-19 19:07:41 +0200
commit11c19587e1aabdac8d2a3d7c6a00f7ce2a51fec3 (patch)
treebe4963e6f8979b4c766b985d6424d92ba95450c7 /mysql-test/r/rpl000009.result
parentb3d7569a8a6117c1fcaf6fcdf08570fc6d79adc6 (diff)
downloadmariadb-git-11c19587e1aabdac8d2a3d7c6a00f7ce2a51fec3.tar.gz
removing my chmods so that the test can be run on non-Unix platforms
(kind request from the Novell team). Note that old chmods in rpl_rotate_logs remain. mysql-test/r/rpl000009.result: result update mysql-test/t/rpl000009.test: removing my chmods so that the test can be run on non-Unix platforms.
Diffstat (limited to 'mysql-test/r/rpl000009.result')
-rw-r--r--mysql-test/r/rpl000009.result12
1 files changed, 0 insertions, 12 deletions
diff --git a/mysql-test/r/rpl000009.result b/mysql-test/r/rpl000009.result
index 4a8057467f2..569dd301143 100644
--- a/mysql-test/r/rpl000009.result
+++ b/mysql-test/r/rpl000009.result
@@ -111,22 +111,10 @@ n s
2 two bar
3 three bar
4 four bar
-insert into bar.t1 values(10, 'should be there');
-flush tables;
-load data from master;
-Error on delete of './bar/t1.MYI' (Errcode: 13)
-select * from bar.t1;
-n s
-1 one bar
-2 two bar
-3 three bar
-4 four bar
-10 should be there
load table bar.t1 from master;
Table 't1' already exists
drop table bar.t1;
load table bar.t1 from master;
-start slave;
drop database bar;
drop database foo;
drop database foo;