mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
ab0d7e2ace
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. |
||
---|---|---|
.. | ||
buffer.cc | ||
buffer.h | ||
command.cc | ||
command.h | ||
commands.cc | ||
commands.h | ||
guardian.cc | ||
guardian.h | ||
IMService.cpp | ||
IMService.h | ||
instance.cc | ||
instance.h | ||
instance_map.cc | ||
instance_map.h | ||
instance_options.cc | ||
instance_options.h | ||
listener.cc | ||
listener.h | ||
log.cc | ||
log.h | ||
Makefile.am | ||
manager.cc | ||
manager.h | ||
messages.cc | ||
messages.h | ||
mysql_connection.cc | ||
mysql_connection.h | ||
mysql_manager_error.h | ||
mysqlmanager.cc | ||
mysqlmanager.vcproj | ||
options.cc | ||
options.h | ||
parse.cc | ||
parse.h | ||
parse_output.cc | ||
parse_output.h | ||
portability.h | ||
priv.cc | ||
priv.h | ||
protocol.cc | ||
protocol.h | ||
README | ||
thread_registry.cc | ||
thread_registry.h | ||
user_map.cc | ||
user_map.h | ||
WindowsService.cpp | ||
WindowsService.h |
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.