1
0
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:
Michael Widenius
2011-03-08 14:55:36 +02:00
parent fa4eb9931b
commit 251a5fa975

View File

@ -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;