Commit cfc83cf9 authored by Sergei Golubchik's avatar Sergei Golubchik

5.2 merge

parents 5c8ed7dd 8428c116
......@@ -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