mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
implementation of mysql_stmt_reset client end
This commit is contained in:
@ -44,6 +44,7 @@ enum enum_server_command
|
||||
COM_TIME, COM_DELAYED_INSERT, COM_CHANGE_USER, COM_BINLOG_DUMP,
|
||||
COM_TABLE_DUMP, COM_CONNECT_OUT, COM_REGISTER_SLAVE,
|
||||
COM_PREPARE, COM_EXECUTE, COM_LONG_DATA, COM_CLOSE_STMT,
|
||||
COM_RESET_STMT,
|
||||
COM_END /* Must be last */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user