mariadb/server-tools/instance-manager
monty@mysql.com/narttu.mysql.fi 72d135bec5 Clear field_alloc when it's moved to result set (allows us to always call free_root on field_alloc)
Change to use remove_file instead of 'system rm' in a lot of tests. (Should fix some windows test problems)
Removed memory leak in mysql_test if sync_with_master fails.
Do not terminate ndb_cluster_binary_log before the util thread has finnished. This should fix a shutdown bug where a thread is accessing injector_mutex after it's freed.
Patch may fix Bug#27622 "mysqld shutdown, util thread continues, while binlog thread exits"
2007-04-16 17:08:29 +03:00
..
angel.cc Fixed compiler warnings 2007-03-01 16:39:00 -07:00
angel.h Patch for IM in scope of working on BUG#24415: Instance manager test 2007-02-18 15:45:28 +03:00
buffer.cc Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-23 20:20:40 +01:00
buffer.h Many files: 2006-12-23 20:17:15 +01:00
CMakeLists.txt Many files: 2006-12-31 02:29:11 +01:00
command.cc Bug#22579 use --warning-mode=pedantic and -std=c89 flags when compiling with gcc 2007-01-29 19:36:48 +01:00
command.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-23 20:20:40 +01:00
commands.cc Patch for IM in scope of working on BUG#24415: Instance manager test 2007-02-18 15:45:28 +03:00
commands.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-22 14:04:40 +02:00
exit_codes.h Many files: 2006-12-27 02:23:51 +01:00
guardian.cc Fixed compiler warnings 2007-02-23 13:13:55 +02:00
guardian.h Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 2007-01-02 14:18:13 -07:00
IMService.cpp Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 2007-02-28 18:14:56 -07:00
IMService.h Patch for IM in scope of working on BUG#24415: Instance manager test 2007-02-18 15:45:28 +03:00
instance.cc Fixed compiler warnings 2007-02-23 13:13:55 +02:00
instance.h Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 2007-01-02 14:18:13 -07:00
instance_map.cc Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 2007-01-02 14:18:13 -07:00
instance_map.h Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 2007-01-02 14:18:13 -07:00
instance_options.cc Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-base 2007-03-01 14:06:57 -07:00
instance_options.h Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 2007-01-02 14:18:13 -07:00
listener.cc Merge alik.opbmk:/mnt/raid/alik/MySQL/devel/5.0-rt 2007-02-22 21:59:43 +03:00
listener.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01: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 Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
Makefile.am Patch for IM in scope of working on BUG#24415: Instance manager test 2007-02-18 15:45:28 +03:00
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 Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
messages.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
mysql_connection.cc Fixed compiler warnings 2007-02-23 13:13:55 +02:00
mysql_connection.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
mysql_manager_error.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-23 20:20:40 +01:00
mysqlmanager.cc Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-base 2007-03-01 14:06:57 -07:00
mysqlmanager.vcproj Many files: 2007-03-19 16:18:10 +01:00
options.cc Merge mysql.com:/home/my/mysql-5.0 2007-01-27 03:46:45 +02:00
options.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-22 14:04:40 +02:00
parse.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-22 14:04:40 +02:00
parse.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-23 20:20:40 +01:00
parse_output.cc Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-23 20:20:40 +01:00
parse_output.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-23 20:20:40 +01:00
portability.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
priv.cc Patch for IM in scope of working on BUG#24415: Instance manager test 2007-02-18 15:45:28 +03:00
priv.h Patch for IM in scope of working on BUG#24415: Instance manager test 2007-02-18 15:45:28 +03:00
protocol.cc Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
protocol.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
README First implementation of instance-manager carcass: 2003-08-16 21:44:24 +04:00
thread_registry.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
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 Many files: 2006-12-31 02:29:11 +01:00
user_management_commands.h Many files: 2006-12-27 02:23:51 +01:00
user_map.cc Remove compiler warnings 2007-02-27 19:31:49 +02:00
user_map.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-22 14:04:40 +02:00
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.