mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
3ccd78c446
into mysql.com:/home/cps/mysql/trees/mysql-5.0 |
||
---|---|---|
.. | ||
buffer.cc | ||
buffer.h | ||
client_func.c | ||
command.cc | ||
command.h | ||
commands.cc | ||
commands.h | ||
factory.cc | ||
factory.h | ||
guardian.cc | ||
guardian.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 | ||
options.cc | ||
options.h | ||
parse.cc | ||
parse.h | ||
priv.cc | ||
priv.h | ||
protocol.cc | ||
protocol.h | ||
README | ||
thread_registry.cc | ||
thread_registry.h | ||
thread_repository.cc | ||
thread_repository.h | ||
user_map.cc | ||
user_map.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.