You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Michael Widenius 47575bd0e0 Fixed compiler warnings 14 years ago
..
CMakeLists.txt Bug#473914: mysql_client_test fail with in debug compilaton on windows x64 15 years ago
IMService.cpp Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 19 years ago
IMService.h Patch for IM in scope of working on BUG#24415: Instance manager test 19 years ago
Makefile.am Fixed compiler and gmake warnings 15 years ago
README First implementation of instance-manager carcass: 23 years ago
WindowsService.cpp Merge BUG: Windows target won't compile. 19 years ago
WindowsService.h Fix Windows build. 19 years ago
angel.cc Fixed a lot of compiler warnings and errors detected by Forte C++ on Solaris 19 years ago
angel.h Patch for IM in scope of working on BUG#24415: Instance manager test 19 years ago
buffer.cc Updated/added copyright headers 15 years ago
buffer.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
command.cc Bug#22579 use --warning-mode=pedantic and -std=c89 flags when compiling with gcc 19 years ago
command.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 19 years ago
commands.cc Updated/added copyright headers 15 years ago
commands.h Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 19 years ago
exit_codes.h Many files: 19 years ago
guardian.cc Fixed compiler warnings 14 years ago
guardian.h Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 19 years ago
instance.cc Updated/added copyright headers 15 years ago
instance.h Fix for BUG#28030: test im_instance_conf fails with an assert. 19 years ago
instance_map.cc Updated/added copyright headers 15 years ago
instance_map.h Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 19 years ago
instance_options.cc Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 14 years ago
instance_options.h Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 19 years ago
listener.cc Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 14 years ago
listener.h ha_partition.cc, listener.h, listener.cc, ha_partition.h: 18 years ago
log.cc Clear field_alloc when it's moved to result set (allows us to always call free_root on field_alloc) 19 years ago
log.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 19 years ago
manager.cc Merge fix. 19 years ago
manager.h Polishing: 19 years ago
messages.cc Merge mysql.com:/home/kent/bk/main/mysql-5.0 19 years ago
messages.h my_strtoll10-x86.s: 19 years ago
mysql_connection.cc Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 14 years ago
mysql_connection.h Moved randomize and my_rnd under mysys 18 years ago
mysql_manager_error.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 19 years ago
mysqlmanager.cc WL#4104: Deprecate the Instance Manager. 18 years ago
options.cc Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 14 years ago
options.h Updated/added copyright headers 15 years ago
parse.cc Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 14 years ago
parse.h Updated/added copyright headers 15 years ago
parse_output.cc Updated/added copyright headers 15 years ago
parse_output.h Bug#28012 Patch : IM crashes instead of reporting an error when mysqldpath is bad 19 years ago
portability.h Bug#28012 Patch : IM crashes instead of reporting an error when mysqldpath is bad 19 years ago
priv.cc Patch for IM in scope of working on BUG#24415: Instance manager test 19 years ago
priv.h Merge mysql.com:/home/tnurnberg/15327/50-15327 18 years ago
protocol.cc Updated/added copyright headers 15 years ago
protocol.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
thread_registry.cc fix compilation failure 17 years ago
thread_registry.h Merge alik.opbmk:/mnt/raid/alik/MySQL/devel/5.0-rt 19 years ago
user_management_commands.cc Many files: 19 years ago
user_management_commands.h Many files: 19 years ago
user_map.cc Updated/added copyright headers 15 years ago
user_map.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 19 years ago

README

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.