mariadb/server-tools/instance-manager
unknown d531f2df62 Fix for the previous commit. I've added includes to the wrong file :(
server-tools/instance-manager/manager.cc:
  Unnecessary incudes removed
server-tools/instance-manager/mysqlmanager.cc:
  Added missing includes
2004-10-12 16:35:15 +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 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 Fix for the previous commit. I've added includes to the wrong file :( 2004-10-12 16:35:15 +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.