Skip to content

Commit 1446160

Browse files
committed
Don't run sql_sequence.grant for embeddes server
1 parent 8df787d commit 1446160

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mysql-test/suite/sql_sequence/grant.test

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
# Note that replication.test also does some grant testing
44
#
55

6+
# Grant tests not performed with embedded server
7+
-- source include/not_embedded.inc
8+
9+
610
SET @@SQL_MODE = REPLACE(@@SQL_MODE, 'NO_AUTO_CREATE_USER', '');
711
create database mysqltest_1;
812
use mysqltest_1;

0 commit comments

Comments
 (0)