mariadb/server-tools/instance-manager
kent@mysql.com/kent-amd64.(none) 6523aca729 my_strtoll10-x86.s:
Corrected spelling in copyright text
Makefile.am:
  Don't update the files from BitKeeper
Many files:
  Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
  Adjusted year(s) in copyright header 
Many files:
  Added GPL copyright text
Removed files:
  Docs/Support/colspec-fix.pl
  Docs/Support/docbook-fixup.pl
  Docs/Support/docbook-prefix.pl
  Docs/Support/docbook-split
  Docs/Support/make-docbook
  Docs/Support/make-makefile
  Docs/Support/test-make-manual
  Docs/Support/test-make-manual-de
  Docs/Support/xwf
2006-12-31 01:02:27 +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 Many files: 2006-12-23 20:17:15 +01: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 Many files: 2006-12-23 20:17:15 +01: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 my_strtoll10-x86.s: 2006-12-31 01:02:27 +01: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.