Addition of reload commands in the debug CLI for users and configuration

Fixed bug in reload configuration
This commit is contained in:
Mark Riddoch
2013-07-17 16:06:08 +02:00
parent 7ea4d543a1
commit 9a3dd78926
4 changed files with 101 additions and 14 deletions

View File

@ -32,4 +32,5 @@
*/
extern int load_mysql_users(SERVICE *service);
extern int reload_mysql_users(SERVICE *service);
#endif