diff options
author | kostja@vajra.(none) <> | 2007-05-25 00:41:27 +0400 |
---|---|---|
committer | kostja@vajra.(none) <> | 2007-05-25 00:41:27 +0400 |
commit | 7db7a83f945a42fb68d28d77e7c8d9c9c7ade0a7 (patch) | |
tree | 803cb72d84e63f0034c3d9bd7e6be08b8b7e089b /sql/sql_lex.cc | |
parent | 338181186a3e564d29fe4d113ae4e19a2326d223 (diff) | |
download | mariadb-git-7db7a83f945a42fb68d28d77e7c8d9c9c7ade0a7.tar.gz |
Fix warnings.
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r-- | sql/sql_lex.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc index 65e5f8035e4..7c900cf64d3 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -1786,8 +1786,6 @@ st_lex::st_lex() :result(0), yacc_yyss(0), yacc_yyvs(0), sql_command(SQLCOM_END), option_type(OPT_DEFAULT) { - /* Check that plugins_static_buffer is declared immediately after plugins */ - compile_time_assert((&plugins + 1) == (DYNAMIC_ARRAY*)plugins_static_buffer); my_init_dynamic_array2(&plugins, sizeof(plugin_ref), plugins_static_buffer, |