mariadb/server-tools/instance-manager
unknown 21b19bd408 fixed typo caused autobuild failure with "make dist"
server-tools/instance-manager/Makefile.am:
  fixed typo
2004-10-12 14:53:32 +04:00
..
listener.cc First implementation for signal handling and multi-threading: 2003-08-19 19:55:20 +04:00
listener.h First implementation for signal handling and multi-threading: 2003-08-19 19:55:20 +04:00
log.cc First implementation of instance-manager carcass: 2003-08-16 21:44:24 +04:00
log.h First implementation for signal handling and multi-threading: 2003-08-19 19:55:20 +04:00
Makefile.am fixed typo caused autobuild failure with "make dist" 2004-10-12 14:53:32 +04:00
manager.cc debug checks removed 2003-08-19 20:00:37 +04:00
manager.h First implementation for signal handling and multi-threading: 2003-08-19 19:55:20 +04:00
mysqlmanager.cc First implementation for signal handling and multi-threading: 2003-08-19 19:55:20 +04:00
options.cc First implementation for signal handling and multi-threading: 2003-08-19 19:55:20 +04:00
options.h First implementation for signal handling and multi-threading: 2003-08-19 19:55:20 +04:00
README First implementation of instance-manager carcass: 2003-08-16 21:44:24 +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

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.