mariadb/server-tools/instance-manager
2004-10-23 11:32:52 +04:00
..
buffer.cc Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
buffer.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
command.cc Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
command.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
commands.cc Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
commands.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
factory.cc Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +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 Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
guardian.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
instance.cc Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04: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 Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
instance_map.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
instance_options.cc Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
instance_options.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
listener.cc Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04: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 Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
manager.cc Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04: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 Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +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 Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
protocol.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
README First implementation of instance-manager carcass: 2003-08-16 21:44:24 +04:00
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 First implementation for signal handling and multi-threading: 2003-08-19 19:55:20 +04:00
thread_repository.h First implementation for signal handling and multi-threading: 2003-08-19 19:55:20 +04:00
user_map.cc Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
user_map.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04: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.