mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 17:25:31 +02: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:
parent
fa4eb9931b
commit
251a5fa975
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue