1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-07 09:01:10 +03:00

Avoid warning regarding undeterministic functions when binlog is enabled

This commit is contained in:
Daniel Lee
2022-07-08 12:01:33 -05:00
committed by david.hall
parent 7ebeee06e9
commit 08ee2af4fa
4 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
--source ../include/have_columnstore.inc
--source ../include/func_caltrace_create_if_needed.inc
SET GLOBAL log_bin_trust_function_creators = 1;
--disable_warnings
DROP DATABASE IF EXISTS mcs_ctype_extent_koi8u;
--enable_warnings

View File

@ -1,5 +1,6 @@
--source ../include/have_columnstore.inc
--source ../include/func_caltrace_create_if_needed.inc
SET GLOBAL log_bin_trust_function_creators = 1;
--disable_warnings
DROP DATABASE IF EXISTS mcs_ctype_extent_latin1;
--enable_warnings

View File

@ -1,5 +1,6 @@
--source ../include/have_columnstore.inc
--source ../include/func_caltrace_create_if_needed.inc
SET GLOBAL log_bin_trust_function_creators = 1;
--disable_warnings
DROP DATABASE IF EXISTS mcs_ctype_extent_utf8mb3;
--enable_warnings

View File

@ -3,7 +3,7 @@
# Author: Bharath, bharath.bokka@mariadb.com
#
-- source ../include/have_columnstore.inc
SET GLOBAL log_bin_trust_function_creators = 1;
--disable_warnings
DROP DATABASE IF EXISTS mcs39_db;
--enable_warnings