1
0
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:
Monty
2018-02-16 01:35:19 +02:00
parent 8df787d375
commit 144616034c

View File

@ -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;