mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
Avoid resetting a variable. Fixed grant.test.
This commit is contained in:
parent
defddfd255
commit
455b325b53
2 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
SET GLOBAL log_bin_trust_function_creators = 1;
|
||||
drop table if exists t1;
|
||||
drop database if exists mysqltest;
|
||||
SET NAMES binary;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue