mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Merge changes from mysql 5.1.25 release clone (BK), applied manually into bzr.
This commit is contained in:
commit
69662273cc
3 changed files with 241 additions and 216 deletions
|
|
@ -130,7 +130,7 @@ test.t1 check error Table upgrade required. Please do "REPAIR TABLE `t1`" to fix
|
|||
# REPAIR old table USE_FRM should fail
|
||||
REPAIR TABLE t1 USE_FRM;
|
||||
Table Op Msg_type Msg_text
|
||||
t1 repair error Failed reparing incompatible .FRM file
|
||||
t1 repair error Failed repairing incompatible .frm file
|
||||
# Run REPAIR TABLE to upgrade .frm file
|
||||
REPAIR TABLE t1;
|
||||
Table Op Msg_type Msg_text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue