diff options
Diffstat (limited to 'server-tools/instance-manager/command.h')
-rw-r--r-- | server-tools/instance-manager/command.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/server-tools/instance-manager/command.h b/server-tools/instance-manager/command.h index 25b418ca8fe..9b981ecd163 100644 --- a/server-tools/instance-manager/command.h +++ b/server-tools/instance-manager/command.h @@ -22,7 +22,7 @@ #include <my_global.h> -/* Class responsible for allocation and deallocation of im classes. */ +/* Class responsible for allocation of im commands. */ class Command_factory; @@ -44,6 +44,4 @@ protected: Command_factory *factory; }; -#define CONST_STR(a) String(a,sizeof(a),&my_charset_latin1) - #endif /* INCLUDES_MYSQL_INSTANCE_MANAGER_COMMAND_H */ |