1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/server-tools/instance-manager
unknown d97e8686f1 more review fixes
server-tools/instance-manager/command.cc:
  member rename
server-tools/instance-manager/commands.cc:
  rename
server-tools/instance-manager/commands.h:
  member rename
server-tools/instance-manager/guardian.cc:
  guardian fixed to use Instance_map::Iterator intead of Imap
server-tools/instance-manager/instance_map.cc:
  removed get_instance method from Instance_map as it is needed only by
  Iterator which is made a friend class
server-tools/instance-manager/instance_map.h:
  use Instance_map::Iterator instead if Imap_iterator (no need to add more
  names to the global namespace)
2004-10-27 10:21:48 +04:00
..
2004-10-26 23:22:12 +04:00
2004-10-26 23:22:12 +04:00
2004-10-27 10:21:48 +04:00
2004-10-26 23:22:12 +04:00
2004-10-27 10:21:48 +04:00
2004-10-27 10:21:48 +04:00
2004-10-26 23:22:12 +04:00
2004-10-27 10:21:48 +04:00
2004-10-26 23:22:12 +04:00
2004-10-27 10:21:48 +04:00
2004-10-27 10:21:48 +04:00
2004-10-25 14:23:31 +04:00
2004-10-25 14:23:31 +04:00
2004-10-26 23:22:12 +04:00
2004-10-26 23:22:12 +04:00
2004-10-26 23:22:12 +04:00
2004-10-26 23:22:12 +04:00
2004-10-26 23:22:12 +04: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.