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() .