summaryrefslogtreecommitdiff
path: root/server-tools/instance-manager/instance_map.cc
diff options
context:
space:
mode:
authorpetr@mysql.com <>2004-11-06 02:14:56 +0300
committerpetr@mysql.com <>2004-11-06 02:14:56 +0300
commitb2e3626e5236603188e9288774682986e0451e57 (patch)
tree8d01854a219c3f5156c99ba00a3f942fb8adc0c0 /server-tools/instance-manager/instance_map.cc
parent005d1dffc70521cb32cf6f1d5eb6aae9852c722e (diff)
downloadmariadb-git-b2e3626e5236603188e9288774682986e0451e57.tar.gz
fix for the IM linking problem
Diffstat (limited to 'server-tools/instance-manager/instance_map.cc')
-rw-r--r--server-tools/instance-manager/instance_map.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/server-tools/instance-manager/instance_map.cc b/server-tools/instance-manager/instance_map.cc
index 3a0d408dc1c..41b23c5dd00 100644
--- a/server-tools/instance-manager/instance_map.cc
+++ b/server-tools/instance-manager/instance_map.cc
@@ -27,10 +27,9 @@
#include <m_string.h>
/*
- TODO: Currently there are some mysql-connection specific functions.
- As we are going to suppost different types of connections, we shouldn't
- have them here in future. To avoid it we could put such
- connection-specific functions to the Command-derived class instead.
+ Note: As we are going to suppost different types of connections,
+ we shouldn't have connection-specific functions. To avoid it we could
+ put such functions to the Command-derived class instead.
The command could be easily constructed for a specific connection if
we would provide a special factory for each connection.
*/