Commit da122e85 authored by Sergei Golubchik's avatar Sergei Golubchik

remove hostname-dependent part of the test

parent 679c682d
......@@ -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
......@@ -48,5 +48,3 @@ create role current_role;
drop user current_role;
drop role current_role;
select user,host,is_role from mysql.user;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment