summaryrefslogtreecommitdiff
path: root/sql/sql_parse.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2014-09-20 21:36:51 +0200
committerSergei Golubchik <serg@mariadb.org>2014-10-01 23:38:26 +0200
commitb04f848176b0d8af41eb3627ba1b6ed4dd3327e3 (patch)
tree91b4b7b0f9a692597214c0dcee407b740cbade2e /sql/sql_parse.h
parent1a731af1941f9df57c90dbad8614c76b65ba688d (diff)
downloadmariadb-git-b04f848176b0d8af41eb3627ba1b6ed4dd3327e3.tar.gz
cleanup: use is_supported_parser_charset
Diffstat (limited to 'sql/sql_parse.h')
-rw-r--r--sql/sql_parse.h5
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 */