mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
Merge branch '10.5' into 10.6
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
set @old_sql_mode= @@sql_mode;
|
||||
set @@sql_mode= '';
|
||||
alter table mysql.plugin engine=myisam;
|
||||
Warnings:
|
||||
Warning 1478 Table storage engine 'MyISAM' does not support the create option 'TRANSACTIONAL=1'
|
||||
set @@sql_mode= @old_sql_mode;
|
||||
set @old_dbug=@@debug_dbug;
|
||||
call mtr.add_suppression("Index for table.*mysql.plugin.MYI");
|
||||
call mtr.add_suppression("Index for table 'plugin' is corrupt; try to repair it");
|
||||
|
@@ -5,10 +5,7 @@ if (!$ADT_NULL_SO) {
|
||||
skip No NULL_AUDIT plugin;
|
||||
}
|
||||
|
||||
set @old_sql_mode= @@sql_mode;
|
||||
set @@sql_mode= '';
|
||||
alter table mysql.plugin engine=myisam;
|
||||
set @@sql_mode= @old_sql_mode;
|
||||
|
||||
set @old_dbug=@@debug_dbug;
|
||||
call mtr.add_suppression("Index for table.*mysql.plugin.MYI");
|
||||
|
Reference in New Issue
Block a user