mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug #7468 Instance Manager fails to compile: thread_registry.cc
This fix icludes workaround for Irix compiler bug & removs some unused variables (resulted in warnings)
This commit is contained in:
@ -296,7 +296,6 @@ int Mysql_connection_thread::check_user(const char *user, const char *password)
|
||||
int Mysql_connection_thread::do_command()
|
||||
{
|
||||
char *packet;
|
||||
uint old_timeout;
|
||||
ulong packet_length;
|
||||
|
||||
/* We start to count packets from 0 for each new command */
|
||||
|
Reference in New Issue
Block a user