mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
3e72b423e3
Fix for USE_FRM and crashed index file
7 lines
135 B
Text
7 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;
|