mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Merge branch '10.0' into 10.1
referenced_by_foreign_key2(), needed for InnoDB to compile, was taken from 10.0-galera
This commit is contained in:
commit
530a6e7481
361 changed files with 9482 additions and 4583 deletions
|
|
@ -391,6 +391,11 @@ set optimizer_switch=@optimizer_switch_save;
|
|||
drop view v_merge, vm;
|
||||
drop table t1,tv;
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-4017 - GET_LOCK() with negative timeouts has strange behavior
|
||||
--echo #
|
||||
SELECT GET_LOCK('ul1', NULL);
|
||||
SELECT GET_LOCK('ul1', -1);
|
||||
|
||||
--echo #
|
||||
--echo # GET_LOCK, RELEASE_LOCK, IS_USED_LOCK functions test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue