add a test case
@ -242,7 +242,7 @@ BEGIN
DECLARE `pos` bigint unsigned;
-- Don't write these queries to binlog
SET SQL_LOG_BIN=0;
SET SQL_LOG_BIN=0, SQL_SAFE_UPDATES=0;
--
-- Remove mark from lines that are suppressed by global suppressions
@ -0,0 +1 @@
--enable-sql-safe-updates
@ -0,0 +1,3 @@
select @@sql_safe_updates;
@@sql_safe_updates
1
@ -0,0 +1,4 @@
#
# MDEV-14429 sql_safe_updates in my.cnf not work