summaryrefslogtreecommitdiff
path: root/server-tools/instance-manager/README
diff options
context:
space:
mode:
authorunknown <kostja@oak.local>2003-08-16 21:44:24 +0400
committerunknown <kostja@oak.local>2003-08-16 21:44:24 +0400
commite561c3ee608c8083207f4c07e84b5a0accf6664d (patch)
treeee10056d2c30e5854e5eca9f26645077b4b12379 /server-tools/instance-manager/README
parent970f1abbdb9a67936b66fc96a0c6fa1f0aa1535c (diff)
downloadmariadb-git-e561c3ee608c8083207f4c07e84b5a0accf6664d.tar.gz
First implementation of instance-manager carcass:
logging, options, angel process. configure.in: added support for instance-manager directory BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'server-tools/instance-manager/README')
-rw-r--r--server-tools/instance-manager/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/server-tools/instance-manager/README b/server-tools/instance-manager/README
new file mode 100644
index 00000000000..ac799775003
--- /dev/null
+++ b/server-tools/instance-manager/README
@@ -0,0 +1,11 @@
+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.
+
+