1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# # Random crappy tests that are frm related. Stewart should check these out # # Test for BUG#93: 4.1 protocl crash on corupted frm and SHOW TABLE STATUS flush tables; # Create a junk proto dfe file on disk system echo "this is a junk file for test" >> $MYSQLTEST_VARDIR/master-data/test/t1.dfe ; --replace_column 6 # 7 # 8 # 9 # SHOW TABLE STATUS like 't1'; --error 1033 show create table t1; drop table if exists t1; #end bug 93 |