mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
46845cf357
into mysql.com:/home/alik/MySQL/devel/5.1-merged BitKeeper/deleted/.del-im_life_cycle-im.opt: Delete: mysql-test/t/im_life_cycle-im.opt BitKeeper/deleted/.del-im_utils-im.opt: Delete: mysql-test/t/im_utils-im.opt mysql-test/lib/mtr_process.pl: Auto merged mysql-test/mysql-test-run.pl: Auto merged mysql-test/r/im_daemon_life_cycle.result: Auto merged mysql-test/r/im_utils.result: Auto merged mysql-test/r/trigger.result: Auto merged mysql-test/t/im_daemon_life_cycle-im.opt: Auto merged mysql-test/t/trigger.test: Auto merged server-tools/instance-manager/instance_map.cc: Auto merged mysql-test/r/im_life_cycle.result: Manually merged. mysql-test/r/insert.result: Manually merged. mysql-test/t/im_daemon_life_cycle.imtest: Manually merged. mysql-test/t/im_life_cycle.imtest: Manually merged. mysql-test/t/im_utils.imtest: Manually merged. mysql-test/t/insert.test: Manually merged. server-tools/instance-manager/guardian.cc: Manually merged. server-tools/instance-manager/manager.cc: Manually merged. sql/sql_insert.cc: Manually merged. |
||
---|---|---|
.. | ||
buffer.cc | ||
buffer.h | ||
CMakeLists.txt | ||
command.cc | ||
command.h | ||
commands.cc | ||
commands.h | ||
exit_codes.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_management_commands.cc | ||
user_management_commands.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.