diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-10-20 14:05:33 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-11-06 13:36:50 +0100 |
commit | 89a87e8e422bc342ed31764fa858898dabbf0be4 (patch) | |
tree | a5c3071ebdb1595df0ba8cf5ce7cd222a5ade899 /mysql-test/include | |
parent | 564a63b5a35b644dc038965b4cf3b0cbfdc398af (diff) | |
download | mariadb-git-89a87e8e422bc342ed31764fa858898dabbf0be4.tar.gz |
MDEV-14429 sql_safe_updates in my.cnf not work
add a test case
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/mtr_warnings.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/mtr_warnings.sql b/mysql-test/include/mtr_warnings.sql index b7b2a316dfb..524ea0f4859 100644 --- a/mysql-test/include/mtr_warnings.sql +++ b/mysql-test/include/mtr_warnings.sql @@ -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 |