mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Various post-review fixes
This commit is contained in:
@ -21,8 +21,8 @@
|
||||
#include "command.h"
|
||||
|
||||
|
||||
Command::Command(Command_factory *factory_arg)
|
||||
:factory(factory_arg)
|
||||
Command::Command(Instance_map *imap_arg)
|
||||
:instance_map(imap_arg)
|
||||
{}
|
||||
|
||||
Command::~Command()
|
||||
|
Reference in New Issue
Block a user