BUGFIX: depart the ls meta lock
This commit is contained in:
@ -12,8 +12,8 @@ c1 c2
|
||||
1 1
|
||||
desc t2;
|
||||
Field Type Null Key Default Extra
|
||||
c1 int(11) NO PRI NULL
|
||||
c2 int(11) YES NULL
|
||||
c1 int(11) NO PRI NULL
|
||||
c2 int(11) YES NULL
|
||||
set autocommit=1;
|
||||
begin;
|
||||
insert into t1 values(2,2);
|
||||
@ -25,8 +25,8 @@ c1 c2
|
||||
2 2
|
||||
desc t3;
|
||||
Field Type Null Key Default Extra
|
||||
c1 int(11) NO PRI NULL
|
||||
c2 int(11) YES NULL
|
||||
c1 int(11) NO PRI NULL
|
||||
c2 int(11) YES NULL
|
||||
create table ddl_t(c int);
|
||||
set autocommit = off;
|
||||
insert into ddl_t values(3);
|
||||
|
||||
Reference in New Issue
Block a user