mariadb/server-tools/instance-manager
2005-08-22 18:59:47 +04:00
..
buffer.cc
buffer.h
command.cc
command.h
commands.cc
commands.h
factory.cc
factory.h
guardian.cc
guardian.h
IMService.cpp Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-08-10 05:02:37 -06:00
IMService.h
instance.cc Fix for BUG#10957 "stop instance, issued after flush instances causes IM to crash" 2005-08-19 17:19:12 +04:00
instance.h Fix a -ansi -pedantic compile failure. 2005-08-22 18:59:47 +04:00
instance_map.cc
instance_map.h
instance_options.cc Fix for BUG#10957 "stop instance, issued after flush instances causes IM to crash" 2005-08-19 17:19:12 +04:00
instance_options.h
listener.cc
listener.h
log.cc
log.h
Makefile.am
manager.cc
manager.h
messages.cc
messages.h
mysql_connection.cc
mysql_connection.h
mysql_manager_error.h
mysqlmanager.cc
mysqlmanager.vcproj
options.cc changes to IM code that came from Petr's review 2005-08-09 07:57:40 -06:00
options.h changes to IM code that came from Petr's review 2005-08-09 07:57:40 -06:00
parse.cc
parse.h
parse_output.cc
parse_output.h
portability.h
priv.cc
priv.h
protocol.cc Clean up merge from 4.1 2005-08-15 14:19:56 -07:00
protocol.h
README
thread_registry.cc
thread_registry.h
user_map.cc removing trailing spaces 2005-08-09 07:57:39 -06: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.