diff options
author | unknown <gluh@eagle.(none)> | 2007-05-17 13:28:29 +0500 |
---|---|---|
committer | unknown <gluh@eagle.(none)> | 2007-05-17 13:28:29 +0500 |
commit | 5d8c8803bd08bdba6c8714bfe8037c87e39f3962 (patch) | |
tree | acf6919fb695f48796442bd6384cb80d8f397abd /sql | |
parent | d200346edfaddcae88528ebb54ef634b09b8bdca (diff) | |
parent | d2250317bb9a931c272f4862fddc9d78162bc98d (diff) | |
download | mariadb-git-5d8c8803bd08bdba6c8714bfe8037c87e39f3962.tar.gz |
Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.1-opt
into mysql.com:/home/gluh/MySQL/Merge/5.1-opt
Diffstat (limited to 'sql')
-rw-r--r-- | sql/sql_lex.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc index bd81aa2d5c1..59bed09aa28 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -1770,7 +1770,7 @@ void Query_tables_list::destroy_query_tables_list() st_lex::st_lex() :result(0), yacc_yyss(0), yacc_yyvs(0), - sql_command(SQLCOM_END) + 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); |