mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Follow up for 9a84980668
- adjustments to storage_engine tests
This commit is contained in:
@ -101,6 +101,7 @@ INSERT INTO t1 (a,b) VALUES (10,'j');
|
||||
REPAIR TABLE t1 USE_FRM;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 repair status OK
|
||||
db.opt
|
||||
t1#P#p0.MYD
|
||||
t1#P#p0.MYI
|
||||
t1#P#p1.MYD
|
||||
|
@ -73,6 +73,7 @@ REPAIR TABLE t1 USE_FRM;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 repair warning Number of rows changed from 0 to 3
|
||||
test.t1 repair status OK
|
||||
db.opt
|
||||
t1.MYD
|
||||
t1.MYI
|
||||
t1.frm
|
||||
|
Reference in New Issue
Block a user