1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-05 13:16:09 +03:00

Use platform-independent mysqltest language.

This commit is contained in:
cmiller@zippy.cornsilk.net
2007-04-10 16:47:07 -04:00
parent 88455a047f
commit 17a57e557c

View File

@@ -39,8 +39,9 @@ use d_bug25347;
create table t_bug25347 (a int); create table t_bug25347 (a int);
create view v_bug25347 as select * from t_bug25347; create view v_bug25347 as select * from t_bug25347;
--echo removing and creating --echo removing and creating
--exec rm $MYSQLTEST_VARDIR/master-data/d_bug25347/t_bug25347.MYI; --remove_file $MYSQLTEST_VARDIR/master-data/d_bug25347/t_bug25347.MYI
--exec touch $MYSQLTEST_VARDIR/master-data/d_bug25347/t_bug25347.MYI; --write_file $MYSQLTEST_VARDIR/master-data/d_bug25347/t_bug25347.MYI EOF
EOF
--exec $MYSQL_CHECK --repair --databases d_bug25347 --exec $MYSQL_CHECK --repair --databases d_bug25347
drop view v_bug25347; drop view v_bug25347;
drop table t_bug25347; drop table t_bug25347;