summaryrefslogtreecommitdiff
path: root/mysql-test/r/isam.result
diff options
context:
space:
mode:
authorvenu@myvenu.com <>2003-05-21 00:12:09 -0700
committervenu@myvenu.com <>2003-05-21 00:12:09 -0700
commit39cbb547d433f7fdcfbe5655f14ffb8c93fe6122 (patch)
tree390fab0240f652c5c3ddbf153549ac34cb5c1b2b /mysql-test/r/isam.result
parent9ad75823e7406c3afec09e642615e4821d25df5a (diff)
parent666d46b6ee19c0399fadff220952a9ac9a097f85 (diff)
downloadmariadb-git-39cbb547d433f7fdcfbe5655f14ffb8c93fe6122.tar.gz
Resolve merge colflict
Diffstat (limited to 'mysql-test/r/isam.result')
-rw-r--r--mysql-test/r/isam.result6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/r/isam.result b/mysql-test/r/isam.result
index 7032e506b91..6621be98073 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 handler for the table doesn't support check
+test.t2 check error The storage enginge 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 handler for the table doesn't support repair
+test.t2 repair error The storage enginge for the table doesn't support repair
check table t2,t1;
Table Op Msg_type Msg_text
-test.t2 check error The handler for the table doesn't support check
+test.t2 check error The storage enginge for the table doesn't support check
test.t1 check status OK
lock tables t1 write;
check table t2,t1;