remove hostname-dependent part of the test

This commit is contained in:
Sergei Golubchik 2013-11-03 13:12:40 +01:00
parent 679c682dce
commit da122e85e8
2 changed files with 0 additions and 8 deletions

View File

@ -31,9 +31,3 @@ ERROR HY000: Operation CREATE ROLE failed for CURRENT_ROLE
drop user current_role;
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'current_role' at line 1
drop role current_role;
select user,host,is_role from mysql.user;
user host is_role
root localhost N
root meddwl N
root 127.0.0.1 N
root ::1 N

View File

@ -48,5 +48,3 @@ create role current_role;
drop user current_role;
drop role current_role;
select user,host,is_role from mysql.user;