Merge branch '2.3' into 2.4

This commit is contained in:
Markus Mäkelä
2020-01-24 13:06:42 +02:00
3 changed files with 37 additions and 6 deletions

View File

@ -114,6 +114,13 @@ mxs_mysql_name_kind_t mxs_mysql_name_to_pcre(char* pcre,
*/
void mxs_mysql_update_server_version(SERVER* dest, MYSQL* source);
/**
* Get default server character set
*
* @return The numeric identifier of `@@global.character_set_server`
*/
uint8_t mxs_mysql_get_character_set(MYSQL* mysql);
namespace maxscale
{