mariadb/server-tools/instance-manager
unknown ab0d7e2ace Some minor fixes revealed as warnings by
Intel compiler.


client/mysqltest.c:
  Fixed a warning from using reference to a memory area,
  which is outside an object. This is just a minor
  clean-up, not a bug fix.
server-tools/instance-manager/buffer.cc:
  Fixed pragma warning for those compilers that do
  not support it.
server-tools/instance-manager/buffer.h:
  Fixed pragma warning for those compilers that do
  not support it.
server-tools/instance-manager/command.cc:
  Fixed pragma warning for those compilers that do
  not support it.
server-tools/instance-manager/command.h:
  Fixed pragma warning for those compilers that do
  not support it.
server-tools/instance-manager/guardian.cc:
  Fixed pragma warning for those compilers that do
  not support it.
server-tools/instance-manager/guardian.h:
  Fixed pragma warning for those compilers that do
  not support it.
server-tools/instance-manager/instance.cc:
  Fixed pragma warning for those compilers that do
  not support it.
server-tools/instance-manager/instance.h:
  Fixed pragma warning for those compilers that do
  not support it.
server-tools/instance-manager/instance_map.cc:
  Fixed pragma warning for those compilers that do
  not support it.
server-tools/instance-manager/instance_map.h:
  Fixed pragma warning for those compilers that do
  not support it.
server-tools/instance-manager/instance_options.cc:
  Fixed pragma warning for those compilers that do
  not support it.
server-tools/instance-manager/instance_options.h:
  Fixed pragma warning for those compilers that do
  not support it.
server-tools/instance-manager/listener.cc:
  Fixed pragma warning for those compilers that do
  not support it.
server-tools/instance-manager/listener.h:
  Fixed pragma warning for those compilers that do
  not support it.
server-tools/instance-manager/mysql_connection.cc:
  Fixed pragma warning for those compilers that do
  not support it.
server-tools/instance-manager/mysql_connection.h:
  Fixed pragma warning for those compilers that do
  not support it.
server-tools/instance-manager/options.cc:
  Fixed pragma warning for those compilers that do
  not support it.
server-tools/instance-manager/options.h:
  Fixed pragma warning for those compilers that do
  not support it.
server-tools/instance-manager/parse_output.cc:
  Removed unused goto.
server-tools/instance-manager/thread_registry.cc:
  Fixed pragma warning for those compilers that do
  not support it.
server-tools/instance-manager/thread_registry.h:
  Fixed pragma warning for those compilers that do
  not support it.
server-tools/instance-manager/user_map.cc:
  Fixed pragma warning for those compilers that do
  not support it.
server-tools/instance-manager/user_map.h:
  Fixed pragma warning for those compilers that do
  not support it.
sql/field.cc:
  Fixed a warning about overflow.
sql/item.h:
  Fixed implicit function declaration warning.
sql/item_sum.cc:
  Fixed implicit function declaration warning.
2005-09-23 21:28:56 +03: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 Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
commands.cc fix warnings 2005-09-20 03:14:07 +04:00
commands.h
guardian.cc Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
guardian.h Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03: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 Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03: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 Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
instance_options.h Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
listener.cc Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
listener.h Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
log.cc New "Instance Manager" code: 2005-08-05 20:44:52 +02:00
log.h
Makefile.am Cleanup the instance manager code. 2005-08-29 23:29:35 +04:00
manager.cc Cleanup the instance manager code. 2005-08-29 23:29:35 +04:00
manager.h
messages.cc
messages.h
mysql_connection.cc Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
mysql_connection.h Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
mysql_manager_error.h
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 Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03: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 Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
parse_output.h
portability.h Cleanup the instance manager code. 2005-08-29 23:29:35 +04:00
priv.cc New "Instance Manager" code: 2005-08-05 20:44:52 +02:00
priv.h New "Instance Manager" code: 2005-08-05 20:44:52 +02:00
protocol.cc Several fixes revelaled by Intel compiler. 2005-09-23 16:47:08 +03:00
protocol.h
README
thread_registry.cc Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
thread_registry.h Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
user_map.cc Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
user_map.h Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03: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.