mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
changes after Bar's review: renamed CHARACTER_SET to MY_CHARSET_INFO
This commit is contained in:
@ -13628,7 +13628,7 @@ static void test_bug10214()
|
||||
|
||||
static void test_client_character_set()
|
||||
{
|
||||
CHARACTER_SET cs;
|
||||
MY_CHARSET_INFO cs;
|
||||
const char *csname;
|
||||
int rc;
|
||||
|
||||
|
Reference in New Issue
Block a user