1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge 10.5 into 10.6

This commit is contained in:
Marko Mäkelä
2024-10-03 09:31:39 +03:00
482 changed files with 4427 additions and 623 deletions

View File

@ -9,6 +9,7 @@ WHERE VARIABLE_NAME LIKE 'HANDLER_%' AND VARIABLE_VALUE > 0;
--echo #
--echo # Bug#13559657: PARTITION SELECTION DOES NOT WORK WITH VIEWS
--echo #
--disable_cursor_protocol
--disable_view_protocol
--disable_ps2_protocol
CREATE TABLE t1 (a int)
@ -625,6 +626,7 @@ SELECT * FROM t3 PARTITION (pNeg);
DROP TABLE t1, t2, t3;
--enable_ps2_protocol
--enable_view_protocol
--enable_cursor_protocol
--echo # Test from superseeded WL# 2682
# Partition select tests.
#