~drizzle-trunk/drizzle/development

1 by brian
clean slate
1
# Bug #8471: IP address with mask fail when skip-name-resolve is on
2
GRANT ALL ON test.* TO mysqltest_1@'127.0.0.1/255.255.255.255';
3
SHOW GRANTS FOR mysqltest_1@'127.0.0.1/255.255.255.255';
4
REVOKE ALL ON test.* FROM mysqltest_1@'127.0.0.1/255.255.255.255';
5
DROP USER mysqltest_1@'127.0.0.1/255.255.255.255';
6
7
# End of 4.1 tests
8
9
# Bug #13407 "Remote connecting crashes server".
10
# Server crashed when one used USER() function in connection for which
11
# was impossible to obtain peer hostname.
12
connect (con1, 127.0.0.1, root, , test, $MASTER_MYPORT, );
13
--replace_column 1 #
14
select user();
15
--replace_column 1 <id> 3 <host> 5 <command> 6 <time> 7 <state> 8 <info>
16
show processlist;
17
connection default;