mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-16708: Unsupported commands for prepared statements
Extended a set of commands that can be executed via binary protocol by a user with expired password
This commit is contained in:
committed by
Sergei Golubchik
parent
d5836a6277
commit
327402291a
@ -1672,7 +1672,8 @@ dispatch_command_return dispatch_command(enum enum_server_command command, THD *
|
||||
command != COM_PING &&
|
||||
command != COM_QUIT &&
|
||||
command != COM_STMT_PREPARE &&
|
||||
command != COM_STMT_EXECUTE))
|
||||
command != COM_STMT_EXECUTE &&
|
||||
command != COM_STMT_CLOSE))
|
||||
{
|
||||
my_error(ER_MUST_CHANGE_PASSWORD, MYF(0));
|
||||
goto dispatch_end;
|
||||
|
Reference in New Issue
Block a user