diff options
author | lenz@mysql.com <> | 2002-11-11 12:13:20 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2002-11-11 12:13:20 +0100 |
commit | 0c6ff465e560ac2b535daf4efef16a4cada5dda7 (patch) | |
tree | 58d7d3f908bb83a658627d0d5df7148b0c0e7f3f /mysql-test/r/bdb.result | |
parent | 9d8979e817839141423fce2ae8957e1c16279bac (diff) | |
download | mariadb-git-0c6ff465e560ac2b535daf4efef16a4cada5dda7.tar.gz |
bdb.result:
- fixed yet another wrong result after error messages had been changed
Diffstat (limited to 'mysql-test/r/bdb.result')
-rw-r--r-- | mysql-test/r/bdb.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/bdb.result b/mysql-test/r/bdb.result index e52878b9759..a815f2f8fab 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 handler for the table doesn't support check/repair +test.t1 check error The handler 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"); |