mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
Bug#32458 Test "mysqlcheck" fails, because "mysqlcheck --repair" changed output format
update result file because of Bug#26976 changes
This commit is contained in:
parent
1604cdb30d
commit
5e1d36e439
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ insert into t_bug25347 values (1),(2),(3);
|
||||||
flush tables;
|
flush tables;
|
||||||
removing and creating
|
removing and creating
|
||||||
d_bug25347.t_bug25347
|
d_bug25347.t_bug25347
|
||||||
error : Incorrect file format 't_bug25347'
|
Error : Incorrect file format 't_bug25347'
|
||||||
|
error : Corrupt
|
||||||
insert into t_bug25347 values (4),(5),(6);
|
insert into t_bug25347 values (4),(5),(6);
|
||||||
ERROR HY000: Incorrect file format 't_bug25347'
|
ERROR HY000: Incorrect file format 't_bug25347'
|
||||||
d_bug25347.t_bug25347
|
d_bug25347.t_bug25347
|
||||||
|
|
Loading…
Add table
Reference in a new issue