1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-07 04:01:59 +03:00
mariadb/server-tools/instance-manager
davi@mysql.com/endora.local 41545137ef Bug#34655 Compile error
Rename client_last_error to last_error and client_last_errno to last_errno
to not break connectors which use the internal net structure for error handling.
2008-02-28 14:55:46 -03:00
..
2006-12-27 02:23:51 +01:00
2007-02-22 22:56:43 +03:00
2006-12-31 01:02:27 +01:00
2008-02-28 14:55:46 -03:00
2007-03-19 16:18:10 +01: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.