~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

More cleanup, this time libmysql_r goes to the bitbucket

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Can't be tested with embedded server
2
 
 
3
1
# Bug #8471: IP address with mask fail when skip-name-resolve is on
4
2
GRANT ALL ON test.* TO mysqltest_1@'127.0.0.1/255.255.255.255';
5
3
SHOW GRANTS FOR mysqltest_1@'127.0.0.1/255.255.255.255';