mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
bdb.result:
- fixed yet another wrong result after error messages had been changed
This commit is contained in:
parent
9d8979e817
commit
0c6ff465e5
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue