1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +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

@@ -25,6 +25,11 @@
# Note that due to the sleep() command the insert is written to the binary
# log in row format.
if (`SELECT $CURSOR_PROTOCOL != 0`)
{
--skip Test requires: cursor-protocol disabled
}
source include/have_binlog_format_statement.inc;
source include/master-slave.inc;