mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
5.2 merge
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user