mariadb/server-tools/instance-manager
cmiller@zippy.cornsilk.net 6998c5140b Merge zippy.cornsilk.net:/home/cmiller/work/mysql/merge/tmp_merge
into  zippy.cornsilk.net:/home/cmiller/work/mysql/merge/mysql-5.0
2006-08-17 10:53:12 -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
command.cc Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
command.h fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
commands.cc a bunch of IM fixes from the GUI team 2006-02-10 02:15:55 +03:00
commands.h Post-review fixes for WL#2713 "Change IM behaviour so, that it only reads and alters one config file only." 2005-07-21 22:40:53 +04:00
guardian.cc The second fix for BUG#19391: IM fails to start after two executions. 2006-06-19 14:16:10 +04:00
guardian.h pthread_handler_decl() changed to be ctags-friendly 2005-10-08 16:39:55 +02:00
IMService.cpp fixed the service bits of the IM 2005-09-13 14:53:19 -05:00
IMService.h fixed the service bits of the IM 2005-09-13 14:53:19 -05:00
instance.cc Bug #12673: Instance Manager: allows to stop the instance many times 2006-07-12 12:30:22 -07:00
instance.h Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
instance_map.cc The second fix for BUG#19391: IM fails to start after two executions. 2006-06-19 14:16:10 +04:00
instance_map.h Fix race condition: instance map wasn't locked for the 2006-02-21 15:57:56 +03:00
instance_options.cc BUG#20622: Fix one-byte buffer overrun in IM directory string handling. 2006-06-23 14:50:02 +02:00
instance_options.h Bug#19362 im_daemon_lifecycle fails when built from source distribution 2006-04-26 12:45:22 +02:00
listener.cc relying on loop counter variables being local to the loop body if 2006-08-05 13:41:22 +02:00
listener.h fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
log.cc New "Instance Manager" code: 2005-08-05 20:44:52 +02:00
log.h Various fixes (cleanups, valgrind, makefiles, ...) 2005-02-03 20:48:58 +03:00
Makefile.am Bug#19575 MySQL-shared-5.0.21-0.glibc23 causes segfault in SSL_library_init 2006-05-31 16:19:06 +02:00
manager.cc The second fix for BUG#19391: IM fails to start after two executions. 2006-06-19 14:16:10 +04:00
manager.h Partial fix for BUG#14106: IM: im_life_cycle and im_utils 2006-05-06 13:57:56 +04:00
messages.cc Bug #12673: Instance Manager: allows to stop the instance many times 2006-07-12 12:30:22 -07: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 Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2005-10-08 16:59:41 +02: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 post-review fixes 2005-05-16 01:54:02 +04:00
mysqlmanager.cc Partial fix for BUG#14106: IM: im_life_cycle and im_utils 2006-05-06 13:57:56 +04:00
mysqlmanager.vcproj mysqlmanager.vcproj: 2006-07-22 02:00:33 +02:00
options.cc Make it compilable on Windows. 2006-05-10 18:53:28 +04:00
options.h Partial fix for BUG#14106: IM: im_life_cycle and im_utils 2006-05-06 13:57:56 +04:00
parse.cc Add a shift in the parser. Forgotten in the previous commit. 2006-02-18 03:22:13 +03:00
parse.h Cleanup the instance manager code. 2005-08-29 23:29:35 +04:00
parse_output.cc make the IM compile on Windows 2005-11-02 09:30:01 -06:00
parse_output.h several fixes to the previous patch 2005-06-07 17:57:20 +04:00
portability.h Bug#20190 Unixware 7.13 port and make test errors 2006-08-03 17:29:35 +02:00
priv.cc a bunch of IM fixes from the GUI team 2006-02-10 02:15:55 +03:00
priv.h Fix for Bug #12674 "Instance Manager: IM doesn't handle client 2006-02-21 15:32:52 +03:00
protocol.cc Some fixes including implicit declaration of a function, 2005-10-04 18:20:57 +03:00
protocol.h rename: store_to_string -> store_to_protocol_packet 2005-06-15 01:06:25 +04:00
README First implementation of instance-manager carcass: 2003-08-16 21:44:24 +04:00
thread_registry.cc fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
thread_registry.h fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
user_map.cc fix compile failure (which shows up in cygwin environment) 2005-10-07 20:25:51 +04:00
user_map.h fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
WindowsService.cpp fixed the service bits of the IM 2005-09-13 14:53:19 -05:00
WindowsService.h fixed the service bits of the IM 2005-09-13 14:53:19 -05: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.