mariadb/server-tools/instance-manager
unknown ff94b12491 Merge mysql.com:/home/cps/mysql/devel/im/5.0-im-add-error-message
into  mysql.com:/home/cps/mysql/trees/5.1/5.1-virgin-debug


mysql-test/r/im_life_cycle.result:
  Auto merged
mysql-test/t/im_life_cycle.imtest:
  Auto merged
2006-02-18 18:00:22 +03:00
..
buffer.cc
buffer.h
command.cc
command.h fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
commands.cc Merge mysql.com:/home/cps/mysql/devel/5.0-mike 2006-02-10 21:03:49 +03:00
commands.h
guardian.cc pthread_handler_decl() changed to be ctags-friendly 2005-10-08 16:39:55 +02:00
guardian.h pthread_handler_decl() changed to be ctags-friendly 2005-10-08 16:39:55 +02:00
IMService.cpp
IMService.h
instance.cc a bunch of IM fixes from the GUI team 2006-02-10 02:15:55 +03:00
instance.h
instance_map.cc a bunch of IM fixes from the GUI team 2006-02-10 02:15:55 +03:00
instance_map.h
instance_options.cc IM changes by GUI team: add a version_no column to the 2006-02-10 03:35:07 +03:00
instance_options.h
listener.cc Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-10-28 14:48:39 +04:00
listener.h fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
log.cc
log.h
Makefile.am Merge 2006-02-12 20:45:03 +01:00
manager.cc fix Bug #14103 IM tests fail on SCO 2005-10-28 14:29:46 +04:00
manager.h
messages.cc
messages.h
mysql_connection.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2005-10-08 16:59:41 +02:00
mysql_connection.h fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
mysql_manager_error.h
mysqlmanager.cc a bunch of IM fixes from the GUI team 2006-02-10 02:15:55 +03:00
mysqlmanager.vcproj
options.cc a bunch of IM fixes from the GUI team 2006-02-10 02:15:55 +03:00
options.h a bunch of IM fixes from the GUI team 2006-02-10 02:15:55 +03:00
parse.cc Add a shift in the parser. Forgotten in the previous commit. 2006-02-18 03:22:13 +03:00
parse.h
parse_output.cc make the IM compile on Windows 2005-11-02 09:30:01 -06:00
parse_output.h
portability.h a bunch of IM fixes from the GUI team 2006-02-10 02:15:55 +03:00
priv.cc a bunch of IM fixes from the GUI team 2006-02-10 02:15:55 +03:00
priv.h a bunch of IM fixes from the GUI team 2006-02-10 02:15:55 +03:00
protocol.cc
protocol.h
README
thread_registry.cc fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
thread_registry.h fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
user_map.cc
user_map.h fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
WindowsService.cpp
WindowsService.h

Instance Manager - manage MySQL instances locally and remotely.

File description:
 mysqlmanager.cc - entry point to the manager, main, 
 options.{h,cc} - handle startup options
 manager.{h,cc} - manager process
 mysql_connection.{h,cc} - handle one connection with mysql client.

See also instance manager architecture description in mysqlmanager.cc.