Commit 89a87e8e authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-14429 sql_safe_updates in my.cnf not work

add a test case
parent 564a63b5
...@@ -242,7 +242,7 @@ BEGIN ...@@ -242,7 +242,7 @@ BEGIN
DECLARE `pos` bigint unsigned; DECLARE `pos` bigint unsigned;
-- Don't write these queries to binlog -- 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 -- Remove mark from lines that are suppressed by global suppressions
......
select @@sql_safe_updates;
@@sql_safe_updates
1
#
# MDEV-14429 sql_safe_updates in my.cnf not work
#
select @@sql_safe_updates;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment