2
# Random crappy tests that are frm related. Stewart should check these out
6
# Test for BUG#93: 4.1 protocl crash on corupted frm and SHOW TABLE STATUS
10
# Create a junk frm file on disk
11
system echo "this is a junk file for test" >> $MYSQLTEST_VARDIR/master-data/test/t1.frm ;
12
system echo "this is a junk file for test" >> $MYSQLTEST_VARDIR/master-data/test/t1.dfe ;
13
--replace_column 6 # 7 # 8 # 9 #
14
SHOW TABLE STATUS like 't1';
18
drop table if exists t1;
19
--remove_file $MYSQLTEST_VARDIR/master-data/test/t1.frm
20
--remove_file $MYSQLTEST_VARDIR/master-data/test/t1.dfe