Commit 5b77e339 authored by monty@hundin.mysql.fi's avatar monty@hundin.mysql.fi

Fixed test case after HANDLER CLOSE fix

parent a3a93da6
......@@ -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
......@@ -935,6 +937,8 @@ stop_master ()
else
$ECHO "master responded to SIGTERM "
fi
else
sleep $SLEEP_TIME_AFTER_RESTART
fi
MASTER_RUNNING=0
fi
......
......@@ -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;
......@@ -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;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment