mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Updates for innobase
Removed a ' that casued 'make paper' to fail Docs/manual.texi: Updated myisamchk section; Removed a ' that casued 'make paper' to fail sql/handler.cc: Updates for innobase sql/mysqld.cc: Updates for innobase sql/sql_parse.cc: Fixed possible overrun if the mysqld server name is too big sql/sql_select.cc: Updates for innobase
This commit is contained in:
@ -209,7 +209,8 @@ check_connections(THD *thd)
|
||||
/* nasty, but any other way? */
|
||||
uint pkt_len = 0;
|
||||
{
|
||||
char buff[60],*end;
|
||||
/* buff[] needs to big enough to hold the server_version variable */
|
||||
char buff[SERVER_VERSION_LENGTH + SCRAMBLE_LENGTH+32],*end;
|
||||
int client_flags = CLIENT_LONG_FLAG | CLIENT_CONNECT_WITH_DB |
|
||||
CLIENT_TRANSACTIONS;
|
||||
LINT_INIT(pkt_len);
|
||||
|
Reference in New Issue
Block a user