mariadb/server-tools/instance-manager
2005-06-15 01:06:25 +04:00
..
buffer.cc post-review fixes 2005-05-16 01:54:02 +04:00
buffer.h fix IM to display version string in "show instance status" (Bug #10229) 2005-06-01 04:40:22 +04:00
command.cc
command.h
commands.cc rename: store_to_string -> store_to_protocol_packet 2005-06-15 01:06:25 +04:00
commands.h post-review fixes 2005-05-16 01:54:02 +04:00
factory.cc
factory.h
guardian.cc post-review fixes 2005-05-16 01:54:02 +04:00
guardian.h
instance.cc post-review fixes 2005-06-07 15:47:02 +04:00
instance.h post-review fixes 2005-06-07 15:47:02 +04:00
instance_map.cc post-review fixes 2005-06-07 15:47:02 +04:00
instance_map.h
instance_options.cc several fixes to the previous patch 2005-06-07 17:57:20 +04:00
instance_options.h several fixes to the previous patch 2005-06-07 17:57:20 +04:00
listener.cc post-review fixes 2005-06-07 15:47:02 +04:00
listener.h
log.cc post-review fixes 2005-06-07 15:47:02 +04:00
log.h
Makefile.am fix for compilation problem with --with-openssl reported by Guilhem 2005-05-18 16:05:58 +04:00
manager.cc post-review fixes 2005-05-16 01:54:02 +04:00
manager.h
messages.cc post-review fixes 2005-05-16 01:54:02 +04:00
messages.h
mysql_connection.cc post-review fixes 2005-05-16 01:54:02 +04:00
mysql_connection.h
mysql_manager_error.h post-review fixes 2005-05-16 01:54:02 +04:00
mysqlmanager.cc post-review fixes 2005-05-16 01:54:02 +04:00
options.cc fix IM to display version string in "show instance status" (Bug #10229) 2005-06-01 04:40:22 +04:00
options.h
parse.cc commands.cc, parse.h, parse.cc, instance_options.cc: 2005-05-18 12:34:38 +02:00
parse.h commands.cc, parse.h, parse.cc, instance_options.cc: 2005-05-18 12:34:38 +02:00
parse_output.cc several fixes to the previous patch 2005-06-07 17:57:20 +04:00
parse_output.h several fixes to the previous patch 2005-06-07 17:57:20 +04:00
priv.cc
priv.h
protocol.cc rename: store_to_string -> store_to_protocol_packet 2005-06-15 01:06:25 +04:00
protocol.h rename: store_to_string -> store_to_protocol_packet 2005-06-15 01:06:25 +04:00
README
thread_registry.cc
thread_registry.h
user_map.cc
user_map.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.