1
0
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
This commit is contained in:
monty@donna.mysql.com
2001-02-15 18:00:30 +02:00
parent 3f25e2f3be
commit b7a3dc2a9d
5 changed files with 87 additions and 42 deletions

View File

@ -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);