mariadb/server-tools/instance-manager
pgalbraith@bk-internal.mysql.com 23f0c6d765 Merge bk-internal.mysql.com:/data0/bk/mysql-5.1
into  bk-internal.mysql.com:/data0/bk/mysql-5.1-arch
2006-12-09 02:34:42 +01:00
..
buffer.cc Port cleanups, trivial refactoring and code rearrangements from 2006-11-18 01:34:44 +03:00
buffer.h
CMakeLists.txt
command.cc
command.h Port cleanups, trivial refactoring and code rearrangements from 2006-11-18 01:34:44 +03:00
commands.cc Polishing: 2006-11-21 17:47:14 +03:00
commands.h Polishing: 2006-11-21 17:47:14 +03:00
exit_codes.h
guardian.cc Initialize guarded_instance to NULL in constuctor. Avoid looping over 2006-12-06 11:25:18 +01:00
guardian.h
IMService.cpp Polishing: 2006-11-21 17:47:14 +03:00
IMService.h Polishing: use the same coding style everywhere. 2006-11-21 17:01:11 +03:00
instance.cc Polishing: 2006-11-21 17:47:14 +03:00
instance.h Port cleanups, trivial refactoring and code rearrangements from 2006-11-18 01:34:44 +03:00
instance_map.cc Polishing: 2006-11-21 17:47:14 +03:00
instance_map.h Port cleanups, trivial refactoring and code rearrangements from 2006-11-18 01:34:44 +03:00
instance_options.cc Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime 2006-11-23 18:26:56 +03:00
instance_options.h Polishing: 2006-11-21 17:47:14 +03:00
listener.cc Polishing: 2006-11-21 17:47:14 +03:00
listener.h Polishing + make the code compiled on Windows. 2006-11-20 15:37:12 +03:00
log.cc Polishing: 2006-11-21 17:47:14 +03:00
log.h Polishing: 2006-11-21 17:47:14 +03:00
Makefile.am Polishing: eliminate warnings. 2006-11-20 10:05:24 +03:00
manager.cc Short fix for Windows. 2006-11-21 21:43:24 +03:00
manager.h Polishing: 2006-11-21 17:31:03 +03:00
messages.cc
messages.h
mysql_connection.cc Fixed a LOT of compiler warnings 2006-11-27 01:47:38 +02:00
mysql_connection.h Polishing: 2006-11-21 17:47:14 +03:00
mysql_manager_error.h
mysqlmanager.cc Polishing: 2006-11-21 17:47:14 +03:00
mysqlmanager.vcproj
options.cc
options.h
parse.cc
parse.h
parse_output.cc Port cleanups, trivial refactoring and code rearrangements from 2006-11-18 01:34:44 +03:00
parse_output.h
portability.h Merge mysql.com:/home/my/mysql-5.0 2006-11-30 22:38:12 +02:00
priv.cc Polishing: 2006-11-21 17:47:14 +03:00
priv.h Polishing: 2006-11-21 17:31:03 +03:00
protocol.cc This finishes the work (someone) started to remove FIELD_ types and use the Enum MYSQL types. The second part to this is to actually deprecate the FIELD defines in mysql_com.h 2006-12-01 17:26:52 -08:00
protocol.h
README
thread_registry.cc Polishing: 2006-11-21 17:47:14 +03:00
thread_registry.h Polishing: 2006-11-21 17:31:03 +03:00
user_management_commands.cc Port cleanups, trivial refactoring and code rearrangements from 2006-11-18 01:34:44 +03:00
user_management_commands.h Polishing: use the same coding style everywhere. 2006-11-21 17:01:11 +03:00
user_map.cc Polishing: 2006-11-21 17:47:14 +03: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.