mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
cleanup: use is_supported_parser_charset
This commit is contained in:
@@ -801,6 +801,10 @@ mysqld_collation_get_by_name(const char *name,
|
||||
return cs;
|
||||
}
|
||||
|
||||
inline bool is_supported_parser_charset(CHARSET_INFO *cs)
|
||||
{
|
||||
return MY_TEST(cs->mbminlen == 1);
|
||||
}
|
||||
|
||||
#ifdef MYSQL_SERVER
|
||||
|
||||
|
Reference in New Issue
Block a user