mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fixed that NULL and 0 returns 0 instead of NULL
This is coded to not cause a speed impact on top level AND expressions where we don't care if an AND expression returns 0 or NULL
This commit is contained in:
@@ -204,7 +204,7 @@ else
|
||||
fi
|
||||
|
||||
USER_OPTION=""
|
||||
if test "x$USER" = "xroot"
|
||||
if test -w / -o "$USER" = "root"
|
||||
then
|
||||
if test "$user" != "root" -o $SET_USER = 1
|
||||
then
|
||||
|
Reference in New Issue
Block a user