don't run unix_socket tests when $USER is already present in mysql.user
(as it's done in 10.0)
This commit is contained in:
parent
5616bd5597
commit
8428c116c7
@ -8,3 +8,6 @@ if (!$USER) {
|
|||||||
skip USER variable is undefined;
|
skip USER variable is undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (`SELECT count(*) <> 0 FROM mysql.user WHERE user = '$USER'`) {
|
||||||
|
skip \$USER=$USER which exists in mysql.user;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user