diff options
author | Sergei Golubchik <serg@mariadb.org> | 2021-06-09 18:31:23 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2021-06-11 13:02:55 +0200 |
commit | 3648b333c74b5c36776db30a4370bafa28a73ef0 (patch) | |
tree | afb09a4efa03f67bf264b913cd5caa0a5418a0c6 /sql/sql_lex.h | |
parent | 89342a3bd5e127a9060ec2a938cf36479388fcb1 (diff) | |
download | mariadb-git-3648b333c74b5c36776db30a4370bafa28a73ef0.tar.gz |
cleanup: formatting
also avoid an oxymoron of using `MYSQL_PLUGIN_IMPORT` under
`#ifdef MYSQL_SERVER`, and empty_clex_str is so trivial that a plugin
can define it if needed.
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 94575c074ef..45e5f2381bd 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -388,7 +388,7 @@ void binlog_unsafe_map_init(); #ifdef MYSQL_SERVER extern const LEX_STRING empty_lex_str; -extern MYSQL_PLUGIN_IMPORT const LEX_CSTRING empty_clex_str; +extern const LEX_CSTRING empty_clex_str; extern const LEX_CSTRING star_clex_str; extern const LEX_CSTRING param_clex_str; |