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

Merge 11.2 into 11.4

This commit is contained in:
Marko Mäkelä
2024-10-03 14:32:14 +03:00
560 changed files with 5796 additions and 1398 deletions

View File

@ -27,6 +27,7 @@ CREATE EVENT ev1 ON SCHEDULE EVERY 1 SECOND
CREATE TABLE t1 (c1 INT);
CREATE TABLE t2 (c1 INT);
--disable_cursor_protocol
--echo Assert Questions == 7
SHOW STATUS LIKE 'Questions';
SELECT testQuestion();
@ -38,6 +39,7 @@ SHOW STATUS LIKE 'Questions';
SELECT 1;
--echo Assert Questions == 13
SHOW STATUS LIKE 'Questions';
--enable_cursor_protocol
connect (con1,localhost,root,,);
connection con1;
SELECT 1;