mariadb/server-tools/instance-manager
2006-05-18 23:34:35 +04:00
..
buffer.cc Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
buffer.h Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
cmakelists.txt Fix Windows CMake compilation after merge of Magnuses ssl patch. 2006-03-16 16:57:24 +01:00
command.cc Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
command.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
commands.cc This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
commands.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
exit_codes.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
guardian.cc This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
guardian.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
IMService.cpp This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
IMService.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
instance.cc This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
instance.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
instance_map.cc This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
instance_map.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
instance_options.cc Fix compilation on FC4. 2006-05-18 23:34:35 +04:00
instance_options.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
listener.cc This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
listener.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
log.cc This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
log.h Various fixes (cleanups, valgrind, makefiles, ...) 2005-02-03 20:48:58 +03:00
Makefile.am This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
manager.cc Fix compilation error on FC4. 2006-05-18 22:31:28 +04:00
manager.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
messages.cc This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
messages.h Fix for AIX compilation failure: sacred knowledge of my_global.h nature (it should be 2005-03-22 02:04:14 +03:00
mysql_connection.cc This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
mysql_connection.h fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
mysql_manager_error.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
mysqlmanager.cc This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
mysqlmanager.vcproj some last minute Windows compile fixes and makefile corrections 2005-09-15 14:32:01 -05:00
options.cc This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
options.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
parse.cc This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
parse.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
parse_output.cc This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
parse_output.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
portability.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
priv.cc This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
priv.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
protocol.cc This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
protocol.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
README First implementation of instance-manager carcass: 2003-08-16 21:44:24 +04:00
thread_registry.cc This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
thread_registry.h fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
user_management_commands.cc This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
user_management_commands.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
user_map.cc This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
user_map.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
WindowsService.cpp This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
WindowsService.h This is an implementation of two WL items: 2006-05-18 18:57:50 +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.