mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
5.3 merge
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
drop table if exists t1,t2;
|
||||
drop DATABASE if exists mysqltest_1;
|
||||
create table t1(n int);
|
||||
insert into t1 values (1);
|
||||
select get_lock("mysqltest_lock", 100);
|
||||
|
||||
Reference in New Issue
Block a user