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

Merge 11.4 into 11.6

This commit is contained in:
Marko Mäkelä
2024-10-03 16:09:56 +03:00
561 changed files with 5812 additions and 1412 deletions

View File

@ -91,7 +91,9 @@ UNINSTALL PLUGIN example;
#
INSTALL PLUGIN example SONAME 'ha_example';
--disable_cursor_protocol
select @@session.sql_mode into @old_sql_mode;
--enable_cursor_protocol
# first, try normal sql_mode (no error, send OK)
set session sql_mode='';