Loading mysql-test/r/mysqlcheck.result +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ create database d_bug25347; use d_bug25347; create table t_bug25347 (a int); create view v_bug25347 as select * from t_bug25347; flush tables; removing and creating d_bug25347.t_bug25347 OK drop view v_bug25347; Loading mysql-test/t/mysqlcheck.test +2 −1 Original line number Diff line number Diff line Loading @@ -47,11 +47,12 @@ create database d_bug25347; use d_bug25347; create table t_bug25347 (a int); create view v_bug25347 as select * from t_bug25347; flush tables; --echo removing and creating --remove_file $MYSQLTEST_VARDIR/master-data/d_bug25347/t_bug25347.MYI --write_file $MYSQLTEST_VARDIR/master-data/d_bug25347/t_bug25347.MYI EOF --exec $MYSQL_CHECK --repair --databases d_bug25347 --exec $MYSQL_CHECK --repair --databases --use-frm d_bug25347 drop view v_bug25347; drop table t_bug25347; drop database d_bug25347; Loading Loading
mysql-test/r/mysqlcheck.result +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ create database d_bug25347; use d_bug25347; create table t_bug25347 (a int); create view v_bug25347 as select * from t_bug25347; flush tables; removing and creating d_bug25347.t_bug25347 OK drop view v_bug25347; Loading
mysql-test/t/mysqlcheck.test +2 −1 Original line number Diff line number Diff line Loading @@ -47,11 +47,12 @@ create database d_bug25347; use d_bug25347; create table t_bug25347 (a int); create view v_bug25347 as select * from t_bug25347; flush tables; --echo removing and creating --remove_file $MYSQLTEST_VARDIR/master-data/d_bug25347/t_bug25347.MYI --write_file $MYSQLTEST_VARDIR/master-data/d_bug25347/t_bug25347.MYI EOF --exec $MYSQL_CHECK --repair --databases d_bug25347 --exec $MYSQL_CHECK --repair --databases --use-frm d_bug25347 drop view v_bug25347; drop table t_bug25347; drop database d_bug25347; Loading