mariadb/server-tools/instance-manager
Alexey Botchkov 8dafd2b95d merging
2009-04-28 14:48:54 +05:00
..
buffer.cc Bug#29125 Windows Server X64: so many compiler warnings 2009-02-10 17:47:54 -05:00
buffer.h Many files: 2006-12-23 20:17:15 +01:00
CMakeLists.txt CMakeLists.txt, README, configure.js 2007-08-03 21:51:37 +02:00
command.cc Many files: 2006-12-23 20:17:15 +01:00
command.h Many files: 2006-12-23 20:17:15 +01:00
commands.cc Bug#29125 Windows Server X64: so many compiler warnings 2009-02-10 17:47:54 -05:00
commands.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-22 14:04:40 +02:00
guardian.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-22 14:04:40 +02:00
guardian.h Many files: 2006-12-23 20:17:15 +01:00
IMService.cpp my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
IMService.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
instance.cc Bug#29125 Windows Server X64: so many compiler warnings 2009-02-10 17:47:54 -05:00
instance.h Many files: 2006-12-23 20:17:15 +01:00
instance_map.cc Bug#29125 Windows Server X64: so many compiler warnings 2009-02-10 17:47:54 -05:00
instance_map.h Many files: 2006-12-23 20:17:15 +01:00
instance_options.cc merging 2009-04-28 14:48:54 +05:00
instance_options.h Many files: 2006-12-23 20:17:15 +01:00
listener.cc Bug#29125 Windows Server X64: so many compiler warnings 2009-02-10 17:47:54 -05:00
listener.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
log.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
log.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
Makefile.am Many files: 2006-12-23 20:17:15 +01:00
manager.cc Fix for BUG#24415: Instance manager test im_daemon_life_cycle fails randomly. 2007-02-20 22:31:50 +03:00
manager.h Fix for BUG#24415: Instance manager test im_daemon_life_cycle fails randomly. 2007-02-20 22:31:50 +03:00
messages.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
messages.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
mysql_connection.cc Bug#29125 Windows Server X64: so many compiler warnings 2009-02-10 17:47:54 -05:00
mysql_connection.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
mysql_manager_error.h Many files: 2006-12-23 20:17:15 +01:00
mysqlmanager.cc Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-base 2007-03-01 14:06:57 -07:00
options.cc Bug#29125 Windows Server X64: so many compiler warnings 2009-02-10 17:47:54 -05:00
options.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-22 14:04:40 +02:00
parse.cc Bug#29125 Windows Server X64: so many compiler warnings 2009-02-10 17:47:54 -05:00
parse.h Bug#29125 Windows Server X64: so many compiler warnings 2009-02-10 17:47:54 -05:00
parse_output.cc Bug#29125 Windows Server X64: so many compiler warnings 2009-02-10 17:47:54 -05:00
parse_output.h Many files: 2006-12-23 20:17:15 +01:00
portability.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
priv.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
priv.h Bug #15327: configure: --with-tcp-port option being partially ignored 2007-09-13 16:19:46 +02:00
protocol.cc Bug#29125 Windows Server X64: so many compiler warnings 2009-02-10 17:47:54 -05:00
protocol.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
README First implementation of instance-manager carcass: 2003-08-16 21:44:24 +04:00
thread_registry.cc Fix for BUG#24415: Instance manager test im_daemon_life_cycle fails randomly. 2007-02-20 22:31:50 +03:00
thread_registry.h Fix for BUG#24415: Instance manager test im_daemon_life_cycle fails randomly. 2007-02-20 22:31:50 +03:00
user_map.cc Bug#29125 Windows Server X64: so many compiler warnings 2009-02-10 17:47:54 -05:00
user_map.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-22 14:04:40 +02:00
WindowsService.cpp my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
WindowsService.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01: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.