mariadb/server-tools/instance-manager
unknown 3ccd78c446 Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/cps/mysql/trees/mysql-5.0
2004-12-17 12:34:32 +03:00
..
buffer.cc fix autobuild failures 2004-12-12 20:59:15 +03:00
buffer.h Various post-review fixes 2004-10-26 23:22:12 +04:00
client_func.c fix for the IM linking problem 2004-11-06 02:14:56 +03:00
command.cc more review fixes 2004-10-27 10:21:48 +04:00
command.h Various post-review fixes 2004-10-26 23:22:12 +04:00
commands.cc fix autobuild failures 2004-12-12 20:59:15 +03:00
commands.h more review fixes 2004-10-27 10:21:48 +04:00
factory.cc Various post-review fixes 2004-10-26 23:22:12 +04:00
factory.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
guardian.cc fix autobuild failures 2004-12-12 20:59:15 +03:00
guardian.h Various post-review fixes 2004-10-26 23:22:12 +04:00
instance.cc fix autobuild failures 2004-12-12 20:59:15 +03:00
instance.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
instance_map.cc fix autobuild failures 2004-12-12 20:59:15 +03:00
instance_map.h fix autobuild failures 2004-12-12 20:59:15 +03:00
instance_options.cc post-review fixes 2004-11-02 10:11:03 +03:00
instance_options.h minor post review fixes 2004-10-25 14:23:31 +04:00
listener.cc Some minor IM fixes 2004-11-15 14:53:30 +03:00
listener.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
log.cc Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
log.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
Makefile.am WL#1051, more maintanable error messages. 2004-12-13 22:51:54 +02:00
manager.cc Fix for the unixware: non-posix sigwait 2004-11-25 23:57:58 +03:00
manager.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
messages.cc Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
messages.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
mysql_connection.cc Fix for pekka's IM compilation failure at ndb.mysql.com 2004-12-17 12:08:59 +03:00
mysql_connection.h Fix for pekka's IM compilation failure at ndb.mysql.com 2004-12-17 12:08:59 +03:00
mysql_manager_error.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
mysqlmanager.cc merge 2004-12-09 04:22:28 +03:00
options.cc Some minor IM fixes 2004-11-15 14:53:30 +03:00
options.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
parse.cc few more fixes - fix makefile and get rid of strncasecmp in favour of 2004-11-06 23:18:28 +03:00
parse.h Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
priv.cc fix for the IM linking problem 2004-11-06 02:14:56 +03:00
priv.h fix for the IM linking problem 2004-11-06 02:14:56 +03:00
protocol.cc post-review fixes 2004-11-02 10:11:03 +03:00
protocol.h post-review fixes 2004-11-02 10:11:03 +03:00
README First implementation of instance-manager carcass: 2003-08-16 21:44:24 +04:00
thread_registry.cc Intermediate commit - just to make new files visible to bk in the new 2004-10-23 11:32:52 +04:00
thread_registry.h Fix for IM compilation failure (reported be Ramil). 2004-12-15 20:29:17 +03: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
user_map.cc post-review fixes 2004-11-02 10:11:03 +03:00
user_map.h post-review fixes 2004-11-02 10:11:03 +03: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.