mariadb/server-tools/instance-manager
unknown 706731cf8d portability.h:
Define SHUT_RDWR for OpenServer 5


server-tools/instance-manager/portability.h:
  Define SHUT_RDWR for OpenServer 5
2005-09-27 08:28:56 +02:00
..
buffer.cc fix warnings 2005-09-20 03:14:07 +04:00
buffer.h fix warnings 2005-09-20 03:14:07 +04:00
command.cc
command.h
commands.cc fix warnings 2005-09-20 03:14:07 +04:00
commands.h
guardian.cc
guardian.h
IMService.cpp fixed the service bits of the IM 2005-09-13 14:53:19 -05:00
IMService.h fixed the service bits of the IM 2005-09-13 14:53:19 -05:00
instance.cc fixed the service bits of the IM 2005-09-13 14:53:19 -05:00
instance.h
instance_map.cc
instance_map.h
instance_options.cc fixed the service bits of the IM 2005-09-13 14:53:19 -05:00
instance_options.h
listener.cc fixed the service bits of the IM 2005-09-13 14:53:19 -05:00
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 fixed the service bits of the IM 2005-09-13 14:53:19 -05:00
mysqlmanager.vcproj some last minute Windows compile fixes and makefile corrections 2005-09-15 14:32:01 -05:00
options.cc fixed the service bits of the IM 2005-09-13 14:53:19 -05:00
options.h fixed the service bits of the IM 2005-09-13 14:53:19 -05:00
parse.cc
parse.h
parse_output.cc
parse_output.h
portability.h portability.h: 2005-09-27 08:28:56 +02:00
priv.cc
priv.h
protocol.cc
protocol.h
README
thread_registry.cc
thread_registry.h
user_map.cc fix warnings 2005-09-20 03:14:07 +04:00
user_map.h
WindowsService.cpp fixed the service bits of the IM 2005-09-13 14:53:19 -05:00
WindowsService.h fixed the service bits of the IM 2005-09-13 14:53:19 -05: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.