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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user