diff options
author | tsmith/tim@siva.hindu.god <> | 2006-12-04 11:38:40 -0700 |
---|---|---|
committer | tsmith/tim@siva.hindu.god <> | 2006-12-04 11:38:40 -0700 |
commit | 17a5c4d177044efcfaccce55c212b3ead9a7923a (patch) | |
tree | 8eeb40db5d6f185178be38ea72e3af7ca59910a1 /sql/sql_lex.cc | |
parent | ddf219d21ac5d60807503652323828ceb8ca09fe (diff) | |
download | mariadb-git-17a5c4d177044efcfaccce55c212b3ead9a7923a.tar.gz |
Apply malff@weblab.(none) fix for bug 24736 directly to
mysql-5.1-build tree, in order to get it into mysql-5.1
faster. See comments from Marc's original push for
patch details.
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 47704570720..d156973a790 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -164,7 +164,6 @@ void lex_start(THD *thd, const uchar *buf, uint length) lex->select_lex.ftfunc_list= &lex->select_lex.ftfunc_list_alloc; lex->select_lex.group_list.empty(); lex->select_lex.order_list.empty(); - lex->select_lex.udf_list.empty(); lex->ignore_space=test(thd->variables.sql_mode & MODE_IGNORE_SPACE); lex->sql_command= SQLCOM_END; lex->duplicates= DUP_ERROR; @@ -1182,7 +1181,6 @@ void st_select_lex::init_select() braces= 0; when_list.empty(); expr_list.empty(); - udf_list.empty(); interval_list.empty(); use_index.empty(); ftfunc_list_alloc.empty(); |