mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix warnings and error VC++ compiler
client/mysql.cc: Removing unreferenced variables sql/sql_test.cc: Fix VC++ compiler error that doesn't permits the declaration and initialization of variables that can be skipped by the prior goto end instruction.
This commit is contained in:
@@ -1414,7 +1414,6 @@ static int com_server_help(String *buffer __attribute__((unused)),
|
||||
server_cmd= cmd_buf;
|
||||
}
|
||||
|
||||
char buff[16], time_buf[32];
|
||||
MYSQL_RES *result;
|
||||
ulong timer;
|
||||
uint error= 0;
|
||||
|
Reference in New Issue
Block a user