mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Don't check if LAST_IO_Error has changed as this is not a user variable and it may change depending on timing issues between master and slave
This commit is contained in:
@ -13,6 +13,7 @@ BEGIN
|
||||
-- that are supposed to change
|
||||
SELECT * FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES
|
||||
WHERE variable_name != 'timestamp'
|
||||
AND variable_name not like "Last_IO_Err*"
|
||||
AND variable_name != 'INNODB_IBUF_MAX_SIZE' AND
|
||||
variable_name != 'INNODB_FILE_FORMAT_CHECK'
|
||||
ORDER BY variable_name;
|
||||
|
Reference in New Issue
Block a user