1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

false/true -> FALSE/TRUE

Fixes after last merge
This commit is contained in:
monty@mysql.com
2004-03-30 02:32:41 +03:00
parent 585d97b741
commit 4bc6b551f8
18 changed files with 165 additions and 67 deletions

View File

@ -37,10 +37,3 @@ analyze table t1;
Table Op Msg_type Msg_text
test.t1 analyze status Operation need committed state
drop table t1;
create table t1 (a int) engine=bdb;
set autocommit=0;
insert into t1 values(1);
analyze table t1;
Table Op Msg_type Msg_text
test.t1 analyze status Operation need committed state
drop table t1;