mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
false/true -> FALSE/TRUE
Fixes after last merge
This commit is contained in:
@ -1389,7 +1389,7 @@ bool dispatch_command(enum enum_server_command command, THD *thd,
|
||||
|
||||
/* Clear variables that are allocated */
|
||||
thd->user_connect= 0;
|
||||
int res= check_user(thd, COM_CHANGE_USER, passwd, passwd_len, db, false);
|
||||
int res= check_user(thd, COM_CHANGE_USER, passwd, passwd_len, db, FALSE);
|
||||
|
||||
if (res)
|
||||
{
|
||||
|
Reference in New Issue
Block a user