blob: a474efe42e1e50dc72a9be55f975c14ee1ecaadc (
plain)
1
2
3
4
5
6
7
8
|
#
# Note that this test uses tables from the previous test
# This is to test that the table t1 survives a reboot of MySQL
# The options in the -master.opt file are just there to force the reboot
#
-- source include/have_bdb.inc
select * from t1;
drop table t1;
|