mariadb/server-tools/instance-manager
2004-11-02 10:11:03 +03:00
..
buffer.cc post-review fixes 2004-11-02 10:11:03 +03:00
buffer.h Various post-review fixes 2004-10-26 23:22:12 +04:00
command.cc more review fixes 2004-10-27 10:21:48 +04:00
command.h Various post-review fixes 2004-10-26 23:22:12 +04:00
commands.cc post-review fixes 2004-11-02 10:11:03 +03:00
commands.h more review fixes 2004-10-27 10:21:48 +04:00
factory.cc Various post-review fixes 2004-10-26 23:22:12 +04:00
factory.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
guardian.cc comment fixed to reflect the current state of things 2004-10-27 11:01:38 +04:00
guardian.h Various post-review fixes 2004-10-26 23:22:12 +04:00
instance.cc post-review fixes 2004-11-02 10:11:03 +03:00
instance.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
instance_map.cc post-review fixes 2004-11-02 10:11:03 +03:00
instance_map.h post-review fixes 2004-11-02 10:11:03 +03:00
instance_options.cc post-review fixes 2004-11-02 10:11:03 +03:00
instance_options.h minor post review fixes 2004-10-25 14:23:31 +04:00
listener.cc post-review fixes 2004-11-02 10:11:03 +03:00
listener.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
log.cc Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
log.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
Makefile.am post-review fixes 2004-11-02 10:11:03 +03:00
manager.cc post-review fixes 2004-11-02 10:11:03 +03:00
manager.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
messages.cc Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
messages.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
mysql_connection.cc Various post-review fixes 2004-10-26 23:22:12 +04:00
mysql_connection.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
mysql_manager_error.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
mysqlmanager.cc Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
options.cc Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
options.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
parse.cc Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
parse.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
priv.cc Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
priv.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
protocol.cc post-review fixes 2004-11-02 10:11:03 +03:00
protocol.h post-review fixes 2004-11-02 10:11:03 +03:00
README
thread_registry.cc Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
thread_registry.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
thread_repository.cc
thread_repository.h
user_map.cc post-review fixes 2004-11-02 10:11:03 +03:00
user_map.h post-review fixes 2004-11-02 10:11:03 +03:00

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.