1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00
Files
mariadb/server-tools/instance-manager
Michael Widenius efcfb195e3 Merge with 5.1
2011-11-30 22:57:18 +02:00
..
2011-06-30 17:37:13 +02:00
2011-06-30 17:37:13 +02:00
2006-12-27 02:23:51 +01:00
2011-11-30 00:34:05 +02:00
2011-06-30 17:37:13 +02:00
2010-11-30 23:11:03 +02:00
2007-02-22 22:56:43 +03:00
2006-12-31 01:02:27 +01:00
2011-06-30 17:37:13 +02:00
2011-06-30 17:37:13 +02:00
2011-06-30 17:37:13 +02:00
2008-08-29 06:41:19 +02:00
2006-12-31 02:29:11 +01:00
2006-12-27 02:23:51 +01:00
2011-11-24 18:48:58 +02:00
2007-02-20 20:31:16 +03: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.