mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch '11.1' into 11.2
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
--echo
|
||||
|
||||
--source include/have_debug.inc
|
||||
--disable_ps2_protocol # lots of SELECTs with side effects below
|
||||
|
||||
###########################################################################
|
||||
###########################################################################
|
||||
@ -2760,3 +2761,4 @@ SELECT * FROM t2;
|
||||
DROP TABLE t1, t2;
|
||||
|
||||
SET sql_mode = default;
|
||||
--enable_ps2_protocol
|
||||
|
Reference in New Issue
Block a user