mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Lintian complains on spelling error
The lintian check complains on spelling error: https://salsa.debian.org/mariadb-team/mariadb-10.3/-/jobs/95739
This commit is contained in:
committed by
Vicențiu-Marian Ciorbaru
parent
db32d9457e
commit
2df2238cb8
@@ -6,7 +6,7 @@
|
||||
|
||||
########################################################################################
|
||||
call mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT");
|
||||
call mtr.add_suppression("Slave SQL: The incident LOST_EVENTS occured on the master. .*");
|
||||
call mtr.add_suppression("Slave SQL: The incident LOST_EVENTS occurred on the master. .*");
|
||||
|
||||
let $old_max_binlog_cache_size= query_get_value(SHOW VARIABLES LIKE "max_binlog_cache_size", Value, 1);
|
||||
let $old_binlog_cache_size= query_get_value(SHOW VARIABLES LIKE "binlog_cache_size", Value, 1);
|
||||
|
Reference in New Issue
Block a user