mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
merge 5.5-mtr => 5.5
This commit is contained in:
commit
2aca5a8d05
31 changed files with 52 additions and 130 deletions
|
|
@ -27,7 +27,8 @@ BEGIN
|
|||
-- Dump all global variables except those
|
||||
-- that are supposed to change
|
||||
SELECT * FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES
|
||||
WHERE variable_name != 'timestamp' ORDER BY VARIABLE_NAME;
|
||||
WHERE variable_name NOT IN ('timestamp', 'innodb_file_format_max')
|
||||
ORDER BY VARIABLE_NAME;
|
||||
|
||||
-- Dump all databases, there should be none
|
||||
-- except those that was created during bootstrap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue