BUGFIX: depart the ls meta lock

This commit is contained in:
obdev
2023-11-20 08:32:44 +00:00
committed by ob-robot
parent 7f360fc2f5
commit 4c53146024
64 changed files with 682 additions and 557 deletions

View File

@ -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);