skip_name_resolve.test
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. # Can't be tested with embedded server
  2. -- source include/not_embedded.inc
  3. # Bug #8471: IP address with mask fail when skip-name-resolve is on
  4. GRANT ALL ON test.* TO mysqltest_1@'127.0.0.1/255.255.255.255';
  5. SHOW GRANTS FOR mysqltest_1@'127.0.0.1/255.255.255.255';
  6. REVOKE ALL ON test.* FROM mysqltest_1@'127.0.0.1/255.255.255.255';
  7. DROP USER mysqltest_1@'127.0.0.1/255.255.255.255';
  8. # End of 4.1 tests