1
# Can't be tested with embedded server
2
-- source include/not_embedded.inc
4
# Bug #8471: IP address with mask fail when skip-name-resolve is on
5
GRANT ALL ON test.* TO mysqltest_1@'127.0.0.1/255.255.255.255';
6
SHOW GRANTS FOR mysqltest_1@'127.0.0.1/255.255.255.255';
7
REVOKE ALL ON test.* FROM mysqltest_1@'127.0.0.1/255.255.255.255';
8
DROP USER mysqltest_1@'127.0.0.1/255.255.255.255';
12
# Bug #13407 "Remote connecting crashes server".
13
# Server crashed when one used USER() function in connection for which
14
# was impossible to obtain peer hostname.
15
connect (con1, 127.0.0.1, root, , test, $MASTER_MYPORT, );
18
--replace_column 1 <id> 3 <host> 5 <command> 6 <time> 7 <state> 8 <info>