1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-31 08:42:45 +03:00
mariadb/server-tools/instance-manager
unknown da4604f9e8 CPPFLAGS is substituted with CXXFLAGS to work with older automake. Serg, now you can enable
server-tools/instance-manager.


server-tools/instance-manager/Makefile.am:
  The famous CPPFLAGS (aka "upgrade automake") thing was removed. Upon Brian's request.
2005-02-20 04:36:22 +03:00
..
2004-12-12 20:59:15 +03:00
2004-10-26 23:22:12 +04:00
2004-11-06 02:14:56 +03:00
2004-10-27 10:21:48 +04:00
2004-10-26 23:22:12 +04:00
2004-12-29 00:13:32 +03:00
2004-10-27 10:21:48 +04:00
2004-10-26 23:22:12 +04:00
2004-12-12 20:59:15 +03:00
2004-10-26 23:22:12 +04:00
2004-12-12 20:59:15 +03:00
2004-12-12 20:59:15 +03:00
2004-12-29 00:13:32 +03:00
2004-10-25 14:23:31 +04:00
2004-12-12 20:59:15 +03:00
2004-11-15 14:53:30 +03:00
2004-12-09 04:22:28 +03:00
2004-11-15 14:53:30 +03:00
2004-11-06 02:14:56 +03:00
2004-11-02 10:11:03 +03:00
2004-11-02 10:11:03 +03:00
2004-11-02 10:11:03 +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.