mariadb/server-tools/instance-manager
Kent Boortz 4acfdb9df1 Merge
2010-12-29 00:47:05 +01:00
..
angel.cc Fixed a lot of compiler warnings and errors detected by Forte C++ on Solaris 2007-08-13 16:11:25 +03:00
angel.h
buffer.cc Bug#29125 Windows Server X64: so many compiler warnings 2009-02-13 11:41:47 -05:00
buffer.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
CMakeLists.txt CMakeLists.txt (many), win/README, mysql_manifest.cmake, configure.js: 2007-08-06 23:16:01 +02:00
command.cc
command.h
commands.cc Bug#48983: Bad strmake calls (length one too long) 2009-12-17 15:58:38 -02:00
commands.h
exit_codes.h
guardian.cc Fix for BUG#28030: test im_instance_conf fails with an assert. 2007-07-27 17:39:01 +04:00
guardian.h
IMService.cpp Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 2007-02-28 18:14:56 -07:00
IMService.h
instance.cc Bug#29125 Windows Server X64: so many compiler warnings 2009-02-13 11:41:47 -05:00
instance.h Fix for BUG#28030: test im_instance_conf fails with an assert. 2007-07-27 17:39:01 +04:00
instance_map.cc Bug#48983: Bad strmake calls (length one too long) 2009-12-18 17:14:09 -02:00
instance_map.h
instance_options.cc Bug#45288: pb2 returns a lot of compilation warnings on linux 2010-07-20 15:07:36 -03:00
instance_options.h
listener.cc Manual merge. 2009-12-18 16:44:24 -02:00
listener.h ha_partition.cc, listener.h, listener.cc, ha_partition.h: 2007-09-07 13:30:42 +02:00
log.cc Clear field_alloc when it's moved to result set (allows us to always call free_root on field_alloc) 2007-04-16 17:08:29 +03:00
log.h
Makefile.am
manager.cc Merge fix. 2007-02-22 22:56:43 +03:00
manager.h Fix for BUG#24415: Instance manager test im_daemon_life_cycle fails randomly. 2007-02-20 22:31:50 +03:00
messages.cc
messages.h
mysql_connection.cc Merge from mysql-5.0-bugteam. 2009-08-13 17:45:01 -03:00
mysql_connection.h
mysql_manager_error.h
mysqlmanager.cc WL#4104: Deprecate the Instance Manager. 2007-10-22 23:02:05 +04:00
options.cc Merge 2010-12-29 00:47:05 +01:00
options.h Fix for bug #40552: Race condition around default_directories 2009-02-27 11:26:06 +02:00
parse.cc Bug#29125 Windows Server X64: so many compiler warnings 2009-02-10 17:47:54 -05:00
parse.h Bug#29125 Windows Server X64: so many compiler warnings 2009-02-13 11:41:47 -05:00
parse_output.cc Bug#29125 Windows Server X64: so many compiler warnings 2009-02-10 17:47:54 -05:00
parse_output.h Bug#28012 Patch : IM crashes instead of reporting an error when mysqldpath is bad 2007-07-23 15:05:50 +02:00
portability.h Bug#28012 Patch : IM crashes instead of reporting an error when mysqldpath is bad 2007-07-23 15:05:50 +02:00
priv.cc
priv.h Merge mysql.com:/home/tnurnberg/15327/50-15327 2007-09-15 04:09:38 +02:00
protocol.cc Bug#29125 Windows Server X64: so many compiler warnings 2009-02-10 17:47:54 -05:00
protocol.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
README
thread_registry.cc Fixed a lot of compiler warnings and errors detected by Forte C++ on Solaris 2007-08-13 16:11:25 +03:00
thread_registry.h Merge alik.opbmk:/mnt/raid/alik/MySQL/devel/5.0-rt 2007-02-22 21:59:43 +03:00
user_management_commands.cc
user_management_commands.h
user_map.cc Bug#48983: Bad strmake calls (length one too long) 2009-12-18 17:14:09 -02:00
user_map.h
WindowsService.cpp Merge BUG: Windows target won't compile. 2007-03-02 09:04:23 +01:00
WindowsService.h Fix Windows build. 2007-02-20 20:31:16 +03: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.