many simple fixes for innodb suite,

merging tests from 5.6
This commit is contained in:
Sergei Golubchik 2013-07-14 23:20:25 +02:00
commit 2336558423
25 changed files with 1119 additions and 876 deletions

View file

@ -12862,6 +12862,5 @@ select * from t1;
ERROR HY000: Table 't1' is marked as crashed and should be repaired
show warnings;
Level Code Message
Warning 127 Got error 127 when reading table `test`.`t1`
Error 1194 Table 't1' is marked as crashed and should be repaired
drop table t1;