lp://staging/~miguelaraujo/mysql-proxy/admin-statistics-interface
- Get this branch:
- bzr branch lp://staging/~miguelaraujo/mysql-proxy/admin-statistics-interface
Branch merges
Branch information
Recent revisions
- 1290. By Miguel Araújo
-
- fixed wrong plugin stats structure handling:
- removed plugin_global_stats variable and unnecessary "global scope" functions;
- added pointer on chassis_plugin_ config that points to chassis_ plugin_ local_stats_ t of chassis_plugin structure;
- now we can access each plugin local stats through chassis_plugin_ config; - code refactoring on setting and getting statistic;
- fixed interface incorrect behaviour on some cases; - 1289. By Miguel Araújo
-
- added missing doc-comments;
- added handling for queries: "show <plugin> latency;" and "show <plugin> connections"; - 1287. By Miguel Araújo
-
- removed unnecessary STATS_QUERY_
SUCCESS;
- added error and incomplete queries handling on the parser; - 1283. By Miguel Araújo
-
- added function to query the database and obtain the uuid (if existant);
- added uuid value to backend statistics; - 1281. By Miguel Araújo
-
- added query "SHOW AVAILABLE STATS;" to display all the available statistics;
- fixed helper messages;
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/mysql-proxy