~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/t/skip_name_resolve.test

  • Committer: Monty Taylor
  • Date: 2008-07-05 22:08:52 UTC
  • mto: This revision was merged to the branch mainline in revision 77.
  • Revision ID: monty@inaugust.com-20080705220852-cqd9t6tfkhvlcf73
Removed HAVE_LONG_LONG, as this is now assumed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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;