summaryrefslogtreecommitdiff
path: root/server-tools/instance-manager/commands.cc
diff options
context:
space:
mode:
authorkostja@bodhi.local <>2006-11-17 16:11:04 +0300
committerkostja@bodhi.local <>2006-11-17 16:11:04 +0300
commit7278f45bfd303d0c6f0936fc0960f4496a2801cc (patch)
tree5ecdad467c796454f72a94e294ff4958563441fb /server-tools/instance-manager/commands.cc
parent2f69dfb28fdd3a98137ac16b7280bd86c9345d78 (diff)
downloadmariadb-git-7278f45bfd303d0c6f0936fc0960f4496a2801cc.tar.gz
Replace the approach using Foo_thread_args + Foo_thread and manually
spawned threads with a reusable class Thread. This is the second idea implemented in the Alik's patch for BUG#22306: STOP INSTANCE can not be applied for instances in Crashed, Failed and Abandoned. Commiting separately to ease review process.
Diffstat (limited to 'server-tools/instance-manager/commands.cc')
-rw-r--r--server-tools/instance-manager/commands.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/server-tools/instance-manager/commands.cc b/server-tools/instance-manager/commands.cc
index 50ab15f1ed3..1ecd4b38fcd 100644
--- a/server-tools/instance-manager/commands.cc
+++ b/server-tools/instance-manager/commands.cc
@@ -29,7 +29,6 @@
#include "guardian.h"
#include "instance_map.h"
#include "log.h"
-#include "manager.h"
#include "messages.h"
#include "mysqld_error.h"
#include "mysql_manager_error.h"