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:
@ -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;
|
||||
|
Reference in New Issue
Block a user