MXS-1929: Make core ResultSet functions private

The functions in the core that generate a ResultSet are now private.
This commit is contained in:
Markus Mäkelä
2018-07-31 10:01:18 +03:00
parent bd48db28ec
commit 8ababa1d39
13 changed files with 82 additions and 25 deletions

View File

@ -81,7 +81,6 @@ void monitor_show(DCB *, MXS_MONITOR *);
void monitor_show_all(DCB *);
void monitor_list(DCB *);
RESULTSET *monitor_get_list();
bool monitor_add_server(MXS_MONITOR *mon, SERVER *server);
void monitor_remove_server(MXS_MONITOR *mon, SERVER *server);