mariadb/server-tools/instance-manager
unknown 02201d127a work around for compiler bug (5.0.2 build fails on octane2)
server-tools/instance-manager/thread_repository.cc:
  Moved info declaration out of the loops to work around a compiler bug.
2004-11-19 19:46:16 +03: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 Fix for the previous commit. I've added includes to the wrong file :( 2004-10-12 16:35:15 +04:00
manager.h First implementation for signal handling and multi-threading: 2003-08-19 19:55:20 +04:00
mysqlmanager.cc portability fix 2004-11-17 01:52:33 +03: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 work around for compiler bug (5.0.2 build fails on octane2) 2004-11-19 19:46:16 +03: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.