1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

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.
This commit is contained in:
guilhem@mysql.com
2003-09-19 19:07:41 +02:00
parent 64a679c923
commit 118670017f
2 changed files with 10 additions and 20 deletions

View File

@@ -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;