summaryrefslogtreecommitdiff
path: root/mysql-test/r/query_cache_notembedded.result
diff options
context:
space:
mode:
authortnurnberg@salvation.intern.azundris.com <>2006-11-17 21:30:28 +0100
committertnurnberg@salvation.intern.azundris.com <>2006-11-17 21:30:28 +0100
commit655056d32f8679df3d8e3715de6aa993d07720b5 (patch)
tree87e89a1067e3e0be2c0013c3053be9d0e2848f02 /mysql-test/r/query_cache_notembedded.result
parentcba50775f7201813f7d154d785c0c3e67223c327 (diff)
downloadmariadb-git-655056d32f8679df3d8e3715de6aa993d07720b5.tar.gz
Bug#16456 RBR: rpl_sp.test expects query to fail, but passes in RBR
Fix tests for new behaviour: an error is thrown if a NON DETERMINISTIC stored function (SF) is called during statement-based replication (SBR).
Diffstat (limited to 'mysql-test/r/query_cache_notembedded.result')
-rw-r--r--mysql-test/r/query_cache_notembedded.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/query_cache_notembedded.result b/mysql-test/r/query_cache_notembedded.result
index 8e5df012cfb..05ef28a3180 100644
--- a/mysql-test/r/query_cache_notembedded.result
+++ b/mysql-test/r/query_cache_notembedded.result
@@ -314,6 +314,7 @@ drop procedure f2;
drop procedure f3;
drop procedure f4;
drop table t1;
+SET GLOBAL log_bin_trust_function_creators = 1;
reset query cache;
drop function if exists f1;
create table t1 (id int);
@@ -345,3 +346,4 @@ id
drop table t1;
drop function f1;
set GLOBAL query_cache_size=0;
+SET GLOBAL log_bin_trust_function_creators = 0;