mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
added missing command names to command_name[] array
This commit is contained in:
parent
85d04ccebd
commit
be6e299abb
2 changed files with 7 additions and 3 deletions
|
|
@ -45,13 +45,16 @@ enum enum_server_command
|
|||
COM_TABLE_DUMP, COM_CONNECT_OUT, COM_REGISTER_SLAVE,
|
||||
COM_PREPARE, COM_EXECUTE, COM_LONG_DATA, COM_CLOSE_STMT,
|
||||
COM_RESET_STMT, COM_SET_OPTION,
|
||||
COM_END /* Must be last */
|
||||
/* don't forget to update const char *command_name[] in sql_parse.cc */
|
||||
|
||||
/* Must be last */
|
||||
COM_END
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
Length of random string sent by server on handshake; this is also length of
|
||||
obfuscated password, recieved from client
|
||||
obfuscated password, recieved from client
|
||||
*/
|
||||
#define SCRAMBLE_LENGTH 20
|
||||
#define SCRAMBLE_LENGTH_323 8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue