diff options
author | He Zhenxing <zhenxing.he@sun.com> | 2009-11-21 12:48:54 +0800 |
---|---|---|
committer | He Zhenxing <zhenxing.he@sun.com> | 2009-11-21 12:48:54 +0800 |
commit | b9268fc8ea2a2090b94aee6b2cef3cdd4d7aadd2 (patch) | |
tree | 821dc823aee6fd653afed43cbcce9dc52330f984 /sql/sql_udf.cc | |
parent | dd383cadec0fbfba626bba72051f2dc548171015 (diff) | |
parent | 34b11fb627df93e395158a27f48baa1c049ddf85 (diff) | |
download | mariadb-git-b9268fc8ea2a2090b94aee6b2cef3cdd4d7aadd2.tar.gz |
Auto merge
Diffstat (limited to 'sql/sql_udf.cc')
-rw-r--r-- | sql/sql_udf.cc | 1 |
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)); |