mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.3' into 10.4
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
set @save_sql_mode=@@global.sql_mode;
|
||||
set global sql_mode="";
|
||||
SHOW TABLES FROM information_schema LIKE 'TRIGGERS';
|
||||
Tables_in_information_schema (TRIGGERS)
|
||||
@@ -234,4 +235,4 @@ ERROR 42000: Access denied for user 'root'@'localhost' to database 'information_
|
||||
ALTER TABLE information_schema.triggers RENAME information_schema.xtriggers;
|
||||
ERROR 42000: Access denied for user 'root'@'localhost' to database 'information_schema'
|
||||
DROP DATABASE db_datadict;
|
||||
set global sql_mode=default;
|
||||
set global sql_mode=@save_sql_mode;
|
||||
|
@@ -1,3 +1,4 @@
|
||||
set @save_sql_mode=@@global.sql_mode;
|
||||
set global sql_mode="";
|
||||
SHOW TABLES FROM information_schema LIKE 'TRIGGERS';
|
||||
Tables_in_information_schema (TRIGGERS)
|
||||
@@ -231,4 +232,4 @@ ERROR 42000: Access denied for user 'root'@'localhost' to database 'information_
|
||||
ALTER TABLE information_schema.triggers RENAME information_schema.xtriggers;
|
||||
ERROR 42000: Access denied for user 'root'@'localhost' to database 'information_schema'
|
||||
DROP DATABASE db_datadict;
|
||||
set global sql_mode=default;
|
||||
set global sql_mode=@save_sql_mode;
|
||||
|
Reference in New Issue
Block a user