mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-14429 sql_safe_updates in my.cnf not work
add a test case
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user