summaryrefslogtreecommitdiff
path: root/mysql-test/r/bdb.result
diff options
context:
space:
mode:
authorunknown <paul@ice.snake.net>2003-07-20 07:00:00 -0500
committerunknown <paul@ice.snake.net>2003-07-20 07:00:00 -0500
commitde13ae26e1394d8dbfe47d137723a13ca47f03c9 (patch)
treedaeb0db2383793ca51272ffa97db7eafba115add /mysql-test/r/bdb.result
parentbc3dc272f7773ba8d9d071e25bbd4539c97502a3 (diff)
downloadmariadb-git-de13ae26e1394d8dbfe47d137723a13ca47f03c9.tar.gz
Fix test results affected by error message edit.
mysql-test/r/bdb.result: Fix test result affected by error message edit. mysql-test/r/innodb.result: Fix test result affected by error message edit. mysql-test/r/isam.result: Fix test result affected by error message edit. mysql-test/r/repair_part1.result: Fix test result affected by error message edit.
Diffstat (limited to 'mysql-test/r/bdb.result')
-rw-r--r--mysql-test/r/bdb.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/bdb.result b/mysql-test/r/bdb.result
index b0566011996..fd2f7b7e49b 100644
--- a/mysql-test/r/bdb.result
+++ b/mysql-test/r/bdb.result
@@ -203,7 +203,7 @@ a
2
check table t1;
Table Op Msg_type Msg_text
-test.t1 check error The storage enginge for the table doesn't support check
+test.t1 check error The storage engine for the table doesn't support check
drop table t1;
create table t1 (a int,b varchar(20)) type=bdb;
insert into t1 values (1,""), (2,"testing");