diff options
Diffstat (limited to 'sql/sql_parse.h')
-rw-r--r-- | sql/sql_parse.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/sql_parse.h b/sql/sql_parse.h index 87f8854e050..3bbddc8ba4d 100644 --- a/sql/sql_parse.h +++ b/sql/sql_parse.h @@ -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 */ |