mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.5' into 10.6
This commit is contained in:
@ -388,6 +388,7 @@ DROP TABLE IF EXISTS t1;
|
||||
--enable_warnings
|
||||
#
|
||||
# Test.
|
||||
--disable_ps2_protocol
|
||||
CREATE TABLE t1 (c1 INT) ENGINE=MyISAM;
|
||||
INSERT INTO t1 VALUES (1);
|
||||
SELECT GET_LOCK('mysqltest_lock', 100);
|
||||
@ -424,6 +425,7 @@ disconnect con1;
|
||||
disconnect con2;
|
||||
connection default;
|
||||
DROP TABLE t1;
|
||||
--enable_ps2_protocol
|
||||
|
||||
--echo #
|
||||
--echo # Test NO_CLEAR_EVENT flag. The signal should still be visible after
|
||||
|
Reference in New Issue
Block a user