mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Don't run sql_sequence.grant for embeddes server
This commit is contained in:
@ -3,6 +3,10 @@
|
||||
# Note that replication.test also does some grant testing
|
||||
#
|
||||
|
||||
# Grant tests not performed with embedded server
|
||||
-- source include/not_embedded.inc
|
||||
|
||||
|
||||
SET @@SQL_MODE = REPLACE(@@SQL_MODE, 'NO_AUTO_CREATE_USER', '');
|
||||
create database mysqltest_1;
|
||||
use mysqltest_1;
|
||||
|
Reference in New Issue
Block a user