1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-24 19:42:23 +03:00
Files
mariadb/server-tools/instance-manager
unknown b1e00b6be8 Merge MySQL 5.1.46 into MariaDB.
Still two test failures to be solved: main.myisam and main.subselect.
2010-04-28 14:52:24 +02:00
..
2007-12-14 10:51:07 +01:00
2006-12-27 02:23:51 +01:00
2009-04-28 14:48:54 +05:00
2010-03-04 09:03:07 +01:00
2007-02-22 22:56:43 +03:00
2006-12-31 01:02:27 +01:00
2010-02-04 13:39:42 +01: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
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.