From 4f32ec18822f90ff118f4cbe655b80f977d7077f Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 6 Nov 2004 02:14:56 +0300 Subject: fix for the IM linking problem BitKeeper/etc/ignore: Added mysql-5.0.2-alpha.tar.gz server-tools/instance-manager/client.c server-tools/instance-manager/client_settings.h server-tools/instance-manager/errmsg.c to the ignore list server-tools/instance-manager/instance_map.cc: Comment updated server-tools/instance-manager/priv.cc: added variables needed by net_serv.cc server-tools/instance-manager/priv.h: declared variables needed by net_serv.cc sql/net_serv.cc: added some IM-specific defines --- server-tools/instance-manager/instance_map.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'server-tools/instance-manager/instance_map.cc') 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 /* - 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. */ -- cgit v1.2.1