1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Merge 10.3 into 10.4

This commit is contained in:
Marko Mäkelä
2022-12-13 11:37:33 +02:00
171 changed files with 1861 additions and 469 deletions

View File

@ -27,7 +27,7 @@
set sql_mode='';
set storage_engine=Aria;
set enforce_storage_engine=NULL;
set alter_algorithm=DEFAULT;
set alter_algorithm='DEFAULT';
set @have_innodb= (select count(engine) from information_schema.engines where engine='INNODB' and support != 'NO');