mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02: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:
parent
dd882cfb64
commit
ee7f73d453
3 changed files with 9 additions and 0 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue