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.
 
 
 
 
 
 
Georgi Kodinov 6e6bdb5523 null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 16 years ago
..
CMakeLists.txt CMakeLists.txt (many), win/README, mysql_manifest.cmake, configure.js: 18 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 Patch for IM in scope of working on BUG#24415: Instance manager test 19 years ago
README First implementation of instance-manager carcass: 22 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 18 years ago
angel.h Patch for IM in scope of working on BUG#24415: Instance manager test 19 years ago
buffer.cc Bug#29125 Windows Server X64: so many compiler warnings 17 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 WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 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 Fix for BUG#28030: test im_instance_conf fails with an assert. 18 years ago
guardian.h Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 19 years ago
instance.cc Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
instance.h Fix for BUG#28030: test im_instance_conf fails with an assert. 18 years ago
instance_map.cc Fix for bug #40552: Race condition around default_directories 17 years ago
instance_map.h Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 19 years ago
instance_options.cc Bug#28012 Patch : IM crashes instead of reporting an error when mysqldpath is bad 18 years ago
instance_options.h Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 19 years ago
listener.cc ha_partition.cc, listener.h, listener.cc, ha_partition.h: 18 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 null merge of the backport of Chad's fix for bug #39326 to 5.1-bugteam 16 years ago
mysql_connection.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 19 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 auto-merge 17 years ago
options.h Fix for bug #40552: Race condition around default_directories 17 years ago
parse.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
parse.h Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
parse_output.cc Fix of build errors for windows. 18 years ago
parse_output.h Bug#28012 Patch : IM crashes instead of reporting an error when mysqldpath is bad 18 years ago
portability.h Bug#28012 Patch : IM crashes instead of reporting an error when mysqldpath is bad 18 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 WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
protocol.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
thread_registry.cc Fixed a lot of compiler warnings and errors detected by Forte C++ on Solaris 18 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 WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 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.