mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.6' into 10.11
This commit is contained in:
@@ -176,12 +176,12 @@ drop user baz@baz;
|
||||
SELECT @@skip_grant_tables AS EXPECT_1;
|
||||
|
||||
# Also check when the server starts without "--skip-grant-table" option
|
||||
--let $restart_parameters = "--skip-skip-grant-tables"
|
||||
--let $restart_parameters = --skip-skip-grant-tables
|
||||
--source include/restart_mysqld.inc
|
||||
SELECT @@skip_grant_tables AS EXPECT_0;
|
||||
|
||||
# Need to restart the server to restore the "--skip-grant-tables" state
|
||||
--let $restart_parameters = "--skip-grant-tables"
|
||||
--let $restart_parameters = --skip-grant-tables
|
||||
--source include/restart_mysqld.inc
|
||||
|
||||
--echo #
|
||||
|
Reference in New Issue
Block a user