mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
8 lines
135 B
Text
8 lines
135 B
Text
|
#
|
||
|
# This test starts with a crashed t1.MYI file left over from repair.test
|
||
|
#
|
||
|
|
||
|
repair table t1;
|
||
|
repair table t1 use_frm;
|
||
|
drop table t1;
|