Commit 0a3abcf2 authored by unknown's avatar unknown
Browse files

Avoid resetting a variable. Fixed grant.test.

parent 1d84f0c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
SET GLOBAL log_bin_trust_function_creators = 1;
drop table if exists t1;
drop database if exists mysqltest;
SET NAMES binary;
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@
# Grant tests not performed with embedded server
-- source include/not_embedded.inc

SET GLOBAL log_bin_trust_function_creators = 1;

# Cleanup
--disable_warnings
drop table if exists t1;