1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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

@ -6,8 +6,7 @@ DROP TABLE IF EXISTS t1, t2;
-- source include/no_view_protocol.inc
--enable_prepare_warnings
--disable_ps2_protocol
--echo #
--echo # Bug#31663 FIELDS TERMINATED BY special character
--echo #
@ -296,5 +295,7 @@ SELECT LENGTH(a) FROM t2;
DROP TABLE t1, t2;
--disable_prepare_warnings
--enable_ps2_protocol
###########################################################################
--echo # End of 5.1 tests.