Commit 8428c116 authored by Sergei Golubchik's avatar Sergei Golubchik

don't run unix_socket tests when $USER is already present in mysql.user

(as it's done in 10.0)
parent 5616bd55
......@@ -8,3 +8,6 @@ if (!$USER) {
skip USER variable is undefined;
}
if (`SELECT count(*) <> 0 FROM mysql.user WHERE user = '$USER'`) {
skip \$USER=$USER which exists in 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