MXS-1249: Modifications after rebase on develop

This commit is contained in:
Johan Wikman
2017-06-19 14:04:10 +03:00
parent 1034cc51be
commit 4e73aecdef
7 changed files with 12 additions and 26 deletions

View File

@ -88,9 +88,7 @@ mxs_mysql_name_kind_t mxs_mysql_name_to_pcre(char *pcre,
*
* @param mysql A MySQL handle to the server.
* @param server The server whose version information should be updated.
*
* @return True, if the information could be set, false if an error occurred.
*/
bool mxs_mysql_set_server_version(MYSQL* mysql, SERVER* server);
void mxs_mysql_set_server_version(MYSQL* mysql, SERVER* server);
MXS_END_DECLS