diff options
author | Staale Smedseng <staale.smedseng@sun.com> | 2009-02-27 17:06:23 +0200 |
---|---|---|
committer | Staale Smedseng <staale.smedseng@sun.com> | 2009-02-27 17:06:23 +0200 |
commit | 8eb09f0149a22c595eaa21e6842457d9a004c64e (patch) | |
tree | 8a8927e4273c0eb33ce9950ea2ac8e652c139766 /mysql-test/r/repair.result | |
parent | 83945e9d6515d77174223a346c7290bad39f7917 (diff) | |
parent | 97b68934bca29ab88f63d3887071248c0c602a82 (diff) | |
download | mariadb-git-8eb09f0149a22c595eaa21e6842457d9a004c64e.tar.gz |
Commit for merge and push
Diffstat (limited to 'mysql-test/r/repair.result')
-rw-r--r-- | mysql-test/r/repair.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/repair.result b/mysql-test/r/repair.result index 609733b2b02..0cb2dff6f64 100644 --- a/mysql-test/r/repair.result +++ b/mysql-test/r/repair.result @@ -27,7 +27,7 @@ drop table t1; repair table t1 use_frm; Table Op Msg_type Msg_text test.t1 repair Error Table 'test.t1' doesn't exist -test.t1 repair error Corrupt +test.t1 repair status Operation failed create table t1 engine=myisam SELECT 1,"table 1"; flush tables; repair table t1; |