1
0
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:
petr@mysql.com
2004-10-26 23:22:12 +04:00
parent 1e46fea310
commit 73aeeaf4ed
16 changed files with 401 additions and 305 deletions

View File

@ -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()