1
0
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:
petr@mysql.com
2004-12-22 01:00:29 +03:00
parent 52666fca26
commit 584a7ffda4
4 changed files with 3 additions and 5 deletions

View File

@ -131,7 +131,6 @@ Command *parse_command(Command_factory *factory, const char *text)
const char *instance_name;
uint instance_name_len;
Command *command;
const char *saved_text= text;
Token tok1= shift_token(&text, &word_len);