From e2efa487b20df9a246d30c5ad6428b8fd4d61cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Sun, 11 Jan 2015 03:31:55 +0000 Subject: [PATCH] Added new doc file --- doc/internal/Standard_ProxySQL_Admin.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/internal/Standard_ProxySQL_Admin.txt diff --git a/doc/internal/Standard_ProxySQL_Admin.txt b/doc/internal/Standard_ProxySQL_Admin.txt new file mode 100644 index 000000000..91614aa40 --- /dev/null +++ b/doc/internal/Standard_ProxySQL_Admin.txt @@ -0,0 +1,7 @@ +Standard_ProxySQL_Admin.cpp contains the code that current implements the Admin Module. + +Currently it is in alpha stage (a lot of implementation details will change) +and is implemented as the follow: + +main() calls create_ProxySQL_Admin() : this create a new object +Standard_ProxySQL_Admin, that then calls init() .