1
0
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:
Oleksandr Byelkin
2023-08-01 15:08:52 +02:00
827 changed files with 11530 additions and 5879 deletions

View File

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