mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
cleanup: use is_supported_parser_charset
This commit is contained in:
@ -198,9 +198,4 @@ check_table_access(THD *thd, ulong requirements,TABLE_LIST *tables,
|
||||
|
||||
bool check_global_access(THD *thd, ulong want_access, bool no_errors= false);
|
||||
|
||||
inline bool is_supported_parser_charset(CHARSET_INFO *cs)
|
||||
{
|
||||
return MY_TEST(cs->mbminlen == 1);
|
||||
}
|
||||
|
||||
#endif /* SQL_PARSE_INCLUDED */
|
||||
|
Reference in New Issue
Block a user