mariadb/server-tools/instance-manager
2006-11-07 05:21:33 +03:00
..
buffer.cc
buffer.h
CMakeLists.txt
command.cc
command.h
commands.cc Fixed a lot of compiler warnings (Mainly in mysqld and instance manager) 2006-11-01 19:41:09 +02:00
commands.h
exit_codes.h
guardian.cc Fixed a lot of compiler warnings (Mainly in mysqld and instance manager) 2006-11-01 19:41:09 +02:00
guardian.h Merge bodhi.local:/opt/local/work/mysql-5.0-runtime 2006-10-23 12:35:56 +04:00
IMService.cpp
IMService.h
instance.cc Fixed a lot of compiler warnings (Mainly in mysqld and instance manager) 2006-11-01 19:41:09 +02:00
instance.h Fix for BUG#17486: IM: race condition on exit. 2006-10-24 18:23:16 +04:00
instance_map.cc Fix for BUG#17486: IM: race condition on exit. 2006-10-24 18:23:16 +04:00
instance_map.h Fix for BUG#17486: IM: race condition on exit. 2006-10-24 18:23:16 +04:00
instance_options.cc Fixed a lot of compiler warnings (Mainly in mysqld and instance manager) 2006-11-01 19:41:09 +02:00
instance_options.h
listener.cc Fix for BUG#17486: IM: race condition on exit. 2006-10-24 18:23:16 +04:00
listener.h
log.cc IM polishing: log more information in log. 2006-10-24 18:31:10 +04:00
log.h
Makefile.am make dist changes for Cmake build 2006-09-01 10:32:12 +02:00
manager.cc Fix for BUG#17486: IM: race condition on exit. 2006-10-24 18:23:16 +04:00
manager.h
messages.cc Fix Bug #22494 Instance Manager: Inconsistent error message wording 2006-11-07 05:21:33 +03:00
messages.h
mysql_connection.cc Merge alik.:/mnt/raid/alik/MySQL/devel/5.1-monty 2006-11-03 14:00:35 +03:00
mysql_connection.h
mysql_manager_error.h
mysqlmanager.cc
mysqlmanager.vcproj
options.cc Merge bodhi.local:/opt/local/work/mysql-5.0-runtime 2006-10-23 12:35:56 +04:00
options.h Merge bodhi.local:/opt/local/work/mysql-5.0-runtime 2006-10-23 12:35:56 +04:00
parse.cc Fixed a lot of compiler warnings (Mainly in mysqld and instance manager) 2006-11-01 19:41:09 +02:00
parse.h
parse_output.cc
parse_output.h
portability.h
priv.cc
priv.h
protocol.cc
protocol.h
README
thread_registry.cc Fix for BUG#17486: IM: race condition on exit. 2006-10-24 18:23:16 +04:00
thread_registry.h Fix for BUG#17486: IM: race condition on exit. 2006-10-24 18:23:16 +04:00
user_management_commands.cc
user_management_commands.h
user_map.cc Fixed a lot of compiler warnings (Mainly in mysqld and instance manager) 2006-11-01 19:41:09 +02:00
user_map.h
WindowsService.cpp
WindowsService.h

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.