Merge branch '2.3' into 2.4

This commit is contained in:
Markus Mäkelä
2019-07-18 12:49:00 +03:00
5 changed files with 55 additions and 36 deletions

View File

@ -188,10 +188,11 @@ bool dbusers_save(sqlite3* src, const char* filename);
*
* @param service The current service
* @param skip_local Skip loading of users on local MaxScale services
* @param srv Server where the users were loaded from (output)
*
* @return -1 on any error or the number of users inserted (0 means no users at all)
*/
int replace_mysql_users(Listener* listener, bool skip_local);
int replace_mysql_users(Listener* listener, bool skip_local, SERVER** srv);
/**
* @brief Verify the user has access to the database