mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
minor post review fixes
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user