mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge with xtradb code changes
(4 tests are still failing, so this push is not yet stable)
This commit is contained in:
@ -13,7 +13,8 @@ BEGIN
|
||||
-- that are supposed to change
|
||||
SELECT * FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES
|
||||
WHERE variable_name != 'timestamp'
|
||||
AND variable_name != 'INNODB_IBUF_MAX_SIZE'
|
||||
AND variable_name != 'INNODB_IBUF_MAX_SIZE' AND
|
||||
variable_name != 'INNODB_FILE_FORMAT_CHECK'
|
||||
ORDER BY variable_name;
|
||||
|
||||
-- Dump all databases, there should be none
|
||||
|
Reference in New Issue
Block a user