mariadb/server-tools/instance-manager
unknown bcc1ecd37b locking issues,
test for LONGLONG_MIN in decimal.c


myisam/mi_create.c:
  lock THR_LOCK_myisam later
mysys/thr_alarm.c:
  remove misplaced comment and "safety" if()
server-tools/instance-manager/instance.cc:
  add unlock
strings/decimal.c:
  correct the test for LONGLONG_MIN. fix debug sprintf
2005-12-23 20:50:28 +01:00
..
buffer.cc Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
buffer.h Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
command.cc Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
command.h fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
commands.cc fix warnings 2005-09-20 03:14:07 +04:00
commands.h Post-review fixes for WL#2713 "Change IM behaviour so, that it only reads and alters one config file only." 2005-07-21 22:40:53 +04:00
guardian.cc pthread_handler_decl() changed to be ctags-friendly 2005-10-08 16:39:55 +02:00
guardian.h pthread_handler_decl() changed to be ctags-friendly 2005-10-08 16:39:55 +02:00
IMService.cpp fixed the service bits of the IM 2005-09-13 14:53:19 -05:00
IMService.h fixed the service bits of the IM 2005-09-13 14:53:19 -05:00
instance.cc locking issues, 2005-12-23 20:50:28 +01:00
instance.h Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
instance_map.cc Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
instance_map.h Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
instance_options.cc make the IM compile on Windows 2005-11-02 09:30:01 -06:00
instance_options.h Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
listener.cc Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-10-28 14:48:39 +04:00
listener.h fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
log.cc New "Instance Manager" code: 2005-08-05 20:44:52 +02:00
log.h Various fixes (cleanups, valgrind, makefiles, ...) 2005-02-03 20:48:58 +03:00
Makefile.am Additional "make distcheck" changes specific to 5.0 2005-11-09 11:56:04 +02:00
manager.cc fix Bug #14103 IM tests fail on SCO 2005-10-28 14:29:46 +04:00
manager.h initial import of Windows port of IM. 2005-07-20 10:55:40 -05:00
messages.cc post-review fixes 2005-05-16 01:54:02 +04:00
messages.h Fix for AIX compilation failure: sacred knowledge of my_global.h nature (it should be 2005-03-22 02:04:14 +03:00
mysql_connection.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2005-10-08 16:59:41 +02:00
mysql_connection.h fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
mysql_manager_error.h post-review fixes 2005-05-16 01:54:02 +04:00
mysqlmanager.cc fixed the service bits of the IM 2005-09-13 14:53:19 -05:00
mysqlmanager.vcproj some last minute Windows compile fixes and makefile corrections 2005-09-15 14:32:01 -05:00
options.cc Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
options.h fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
parse.cc Cleanup the instance manager code. 2005-08-29 23:29:35 +04:00
parse.h Cleanup the instance manager code. 2005-08-29 23:29:35 +04:00
parse_output.cc make the IM compile on Windows 2005-11-02 09:30:01 -06:00
parse_output.h several fixes to the previous patch 2005-06-07 17:57:20 +04:00
portability.h portability.h: 2005-09-29 19:37:03 +02:00
priv.cc Provide a default "minimum thread stack size" PTHREAD_STACK_MIN where it is missing. 2005-11-10 14:24:54 +01:00
priv.h make the IM compile on Windows 2005-11-02 09:30:01 -06:00
protocol.cc Some fixes including implicit declaration of a function, 2005-10-04 18:20:57 +03:00
protocol.h rename: store_to_string -> store_to_protocol_packet 2005-06-15 01:06:25 +04:00
README First implementation of instance-manager carcass: 2003-08-16 21:44:24 +04:00
thread_registry.cc fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
thread_registry.h fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
user_map.cc fix compile failure (which shows up in cygwin environment) 2005-10-07 20:25:51 +04:00
user_map.h fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
WindowsService.cpp fixed the service bits of the IM 2005-09-13 14:53:19 -05:00
WindowsService.h fixed the service bits of the IM 2005-09-13 14:53:19 -05: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.