Loading mysql-test/mysql-test-run.sh +24 −20 Original line number Diff line number Diff line Loading @@ -913,6 +913,8 @@ stop_slave () else $ECHO "slave responded to SIGTERM " fi else sleep $SLEEP_TIME_AFTER_RESTART fi eval "SLAVE$1_RUNNING=0" fi Loading @@ -935,6 +937,8 @@ stop_master () else $ECHO "master responded to SIGTERM " fi else sleep $SLEEP_TIME_AFTER_RESTART fi MASTER_RUNNING=0 fi Loading mysql-test/r/innodb.result +1 −0 Original line number Diff line number Diff line Loading @@ -909,4 +909,5 @@ Table handler for 't1' doesn't have this option handler t1 read t first; Unknown table 't1' in HANDLER handler t1 close; Unknown table 't1' in HANDLER drop table t1; mysql-test/t/innodb.test +1 −0 Original line number Diff line number Diff line Loading @@ -574,5 +574,6 @@ desc t1; handler t1 open t1; --error 1109 handler t1 read t first; --error 1109 handler t1 close; drop table t1; Loading
mysql-test/mysql-test-run.sh +24 −20 Original line number Diff line number Diff line Loading @@ -913,6 +913,8 @@ stop_slave () else $ECHO "slave responded to SIGTERM " fi else sleep $SLEEP_TIME_AFTER_RESTART fi eval "SLAVE$1_RUNNING=0" fi Loading @@ -935,6 +937,8 @@ stop_master () else $ECHO "master responded to SIGTERM " fi else sleep $SLEEP_TIME_AFTER_RESTART fi MASTER_RUNNING=0 fi Loading
mysql-test/r/innodb.result +1 −0 Original line number Diff line number Diff line Loading @@ -909,4 +909,5 @@ Table handler for 't1' doesn't have this option handler t1 read t first; Unknown table 't1' in HANDLER handler t1 close; Unknown table 't1' in HANDLER drop table t1;
mysql-test/t/innodb.test +1 −0 Original line number Diff line number Diff line Loading @@ -574,5 +574,6 @@ desc t1; handler t1 open t1; --error 1109 handler t1 read t first; --error 1109 handler t1 close; drop table t1;