mariadb/server-tools/instance-manager
2006-06-19 15:17:15 +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 Merged. 2006-05-22 15:20:40 +04: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 Polishing: C_STRING_WITH_SIZE() was renamed to C_STRING_WITH_LEN(). 2006-06-19 15:17:15 +04:00
commands.h Fix compilation problems on Windows and SUN Solaris. 2006-05-19 04:51:23 +04:00
exit_codes.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
guardian.cc Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0 2006-05-30 16:07:49 +03:00
guardian.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
IMService.cpp Fix compilation problems on Windows and SUN Solaris. 2006-05-19 04:51:23 +04:00
IMService.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
instance.cc Polishing: C_STRING_WITH_SIZE() was renamed to C_STRING_WITH_LEN(). 2006-06-19 15:17:15 +04:00
instance.h This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
instance_map.cc Fix compilation problems on Windows and SUN Solaris. 2006-05-19 04:51:23 +04:00
instance_map.h Fix compilation problems on Windows and SUN Solaris. 2006-05-19 04:51:23 +04:00
instance_options.cc Polishing: C_STRING_WITH_SIZE() was renamed to C_STRING_WITH_LEN(). 2006-06-19 15:17:15 +04:00
instance_options.h Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-05-22 14:22:58 +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 1. Fix compilation on Windows; 2006-05-19 16:01:04 +04:00
log.h Various fixes (cleanups, valgrind, makefiles, ...) 2005-02-03 20:48:58 +03:00
Makefile.am Re-apply missing changeset, orignally pushed by elliot 2006-06-06 14:21:07 +03:00
manager.cc Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0 2006-05-30 16:07:49 +03:00
manager.h Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-05-22 14:22:58 +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 Merged. 2006-05-22 15:20:40 +04:00
mysqlmanager.vcproj some last minute Windows compile fixes and makefile corrections 2005-09-15 14:32:01 -05:00
options.cc WL#3298: IM: make command-line option names consistent 2006-06-19 14:41:29 +04:00
options.h Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-05-22 14:22:58 +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 Polishing: C_STRING_WITH_SIZE() was renamed to C_STRING_WITH_LEN(). 2006-06-19 15:17:15 +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 WL#3298: IM: make command-line option names consistent 2006-06-19 14:41:29 +04:00
user_management_commands.h WL#3298: IM: make command-line option names consistent 2006-06-19 14:41:29 +04:00
user_map.cc Fix compilation problems on Windows and SUN Solaris. 2006-05-19 04:51:23 +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.