summaryrefslogtreecommitdiff
path: root/sql/sql_udf.cc
diff options
context:
space:
mode:
authorHe Zhenxing <zhenxing.he@sun.com>2009-11-21 12:48:54 +0800
committerHe Zhenxing <zhenxing.he@sun.com>2009-11-21 12:48:54 +0800
commitb9268fc8ea2a2090b94aee6b2cef3cdd4d7aadd2 (patch)
tree821dc823aee6fd653afed43cbcce9dc52330f984 /sql/sql_udf.cc
parentdd383cadec0fbfba626bba72051f2dc548171015 (diff)
parent34b11fb627df93e395158a27f48baa1c049ddf85 (diff)
downloadmariadb-git-b9268fc8ea2a2090b94aee6b2cef3cdd4d7aadd2.tar.gz
Auto merge
Diffstat (limited to 'sql/sql_udf.cc')
-rw-r--r--sql/sql_udf.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_udf.cc b/sql/sql_udf.cc
index bc491fe3a9e..3a7309a0ea4 100644
--- a/sql/sql_udf.cc
+++ b/sql/sql_udf.cc
@@ -135,7 +135,6 @@ void udf_init()
initialized = 1;
new_thd->thread_stack= (char*) &new_thd;
new_thd->store_globals();
- lex_start(new_thd);
new_thd->set_db(db, sizeof(db)-1);
bzero((uchar*) &tables,sizeof(tables));