diff options
author | monty@mashka.mysql.fi <> | 2003-08-05 16:08:36 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-08-05 16:08:36 +0300 |
commit | a5cf27b65b1549a570f98569614d1a6ff323b13f (patch) | |
tree | 3e2020be6d7b570a82be7b15ce60e5c353e2a087 /mysql-test/r/isam.result | |
parent | 5c5b86ec282e531c153394d7bdac2daac9a81ed7 (diff) | |
parent | fbe49f0c4875506d74c8daeaf9d5b03fd5f6a115 (diff) | |
download | mariadb-git-a5cf27b65b1549a570f98569614d1a6ff323b13f.tar.gz |
Merge
Diffstat (limited to 'mysql-test/r/isam.result')
-rw-r--r-- | mysql-test/r/isam.result | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/r/isam.result b/mysql-test/r/isam.result index 5ac54668443..b83185b0c01 100644 --- a/mysql-test/r/isam.result +++ b/mysql-test/r/isam.result @@ -57,14 +57,14 @@ test.t1 optimize status OK check table t1,t2; Table Op Msg_type Msg_text test.t1 check status OK -test.t2 check error The storage enginge for the table doesn't support check +test.t2 check error The storage engine for the table doesn't support check repair table t1,t2; Table Op Msg_type Msg_text test.t1 repair status OK -test.t2 repair error The storage enginge for the table doesn't support repair +test.t2 repair error The storage engine for the table doesn't support repair check table t2,t1; Table Op Msg_type Msg_text -test.t2 check error The storage enginge for the table doesn't support check +test.t2 check error The storage engine for the table doesn't support check test.t1 check status OK lock tables t1 write; check table t2,t1; |