mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
merge 5.5 -> 10.0-base
This commit is contained in:
@@ -57,7 +57,7 @@ drop table t1;
|
||||
|
||||
connection locker;
|
||||
create table t1(n int);
|
||||
insert into t1 values (1);
|
||||
insert into t1 values (1),(2);
|
||||
connection locker2;
|
||||
select get_lock("mysqltest_lock", 100);
|
||||
connection locker;
|
||||
|
Reference in New Issue
Block a user