mariadb/server-tools/instance-manager
msvensson@pilot.mysql.com 51292deb36 Merge pilot.mysql.com:/home/msvensson/mysql/mysql-5.0
into  pilot.mysql.com:/home/msvensson/mysql/mysql-5.0-maint
2007-01-17 11:53:00 +01:00
..
buffer.cc Many files: 2006-12-23 20:17:15 +01:00
buffer.h Many files: 2006-12-23 20:17:15 +01:00
CMakeLists.txt my_strtoll10-x86.s: 2006-12-31 01:02:27 +01: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 Many files: 2006-12-23 20:17:15 +01:00
commands.h Many files: 2006-12-23 20:17:15 +01:00
guardian.cc Merge siva.hindu.god:/usr/home/tim/m/bk/g50 2006-12-26 22:28:28 -07: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 Merge siva.hindu.god:/usr/home/tim/m/bk/g50 2006-12-26 22:28:28 -07:00
instance.h Many files: 2006-12-23 20:17:15 +01:00
instance_map.cc Many files: 2006-12-23 20:17:15 +01:00
instance_map.h Many files: 2006-12-23 20:17:15 +01:00
instance_options.cc Many files: 2006-12-23 20:17:15 +01:00
instance_options.h Many files: 2006-12-23 20:17:15 +01:00
listener.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-11 21:59:28 +03: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 my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
manager.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01: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 my_strtoll10-x86.s: 2006-12-31 01:02:27 +01: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 my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
mysqlmanager.vcproj mysqlmanager.vcproj: 2006-07-22 02:00:33 +02:00
options.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
options.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
parse.cc Many files: 2006-12-23 20:17:15 +01:00
parse.h Many files: 2006-12-23 20:17:15 +01:00
parse_output.cc Many files: 2006-12-23 20:17:15 +01: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 my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
protocol.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01: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 my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
thread_registry.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
user_map.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
user_map.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01: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.