mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Clean up merge of fix for Bug #9468.
mysql-test/t/lowercase_table_grant.test: Disable test with embedded server mysql-test/t/skip_name_resolve.test: Disable test with embedded server sql/sql_parse.cc: Reset server status after a single statement in a multistatement query is handled in embedded server so it is not logged twice to the slow query log.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# Can't be tested with embedded server
|
||||
-- source include/not_embedded.inc
|
||||
|
||||
# Bug #8471: IP address with mask fail when skip-name-resolve is on
|
||||
GRANT ALL ON test.* TO mysqltest_1@'127.0.0.1/255.255.255.255';
|
||||
SHOW GRANTS FOR mysqltest_1@'127.0.0.1/255.255.255.255';
|
||||
|
||||
Reference in New Issue
Block a user