mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
3e72b423e3
Fix for USE_FRM and crashed index file
8 lines
255 B
Text
8 lines
255 B
Text
repair table t1;
|
|
Table Op Msg_type Msg_text
|
|
test.t1 repair error Can't open file: 't1.MYI'. (errno: 130)
|
|
repair table t1 use_frm;
|
|
Table Op Msg_type Msg_text
|
|
test.t1 repair warning Number of rows changed from 0 to 1
|
|
test.t1 repair status OK
|
|
drop table t1;
|