1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fixed compiler warnings

Fixed failing myisam.test and rpl_rotate_logs.test on some configurations
This commit is contained in:
monty@mysql.com
2005-02-22 14:15:50 +02:00
parent e7cfb0f6a6
commit f55e200248
5 changed files with 12 additions and 9 deletions

View File

@@ -548,11 +548,11 @@ system rm ./var/master-data/test/t1.MYI ;
drop table if exists t1;
create table t1 (a int) engine=myisam;
system rm ./var/master-data/test/t1.MYI ;
--error 1051
--error 1051,6
drop table t1;
create table t1 (a int) engine=myisam;
system rm ./var/master-data/test/t1.MYD ;
--error 1105
--error 1105,6
drop table t1;
--error 1051
drop table t1;