summaryrefslogtreecommitdiff
path: root/sql/item.cc
diff options
context:
space:
mode:
authorunknown <igor@rurik.mysql.com>2006-05-18 11:30:42 -0700
committerunknown <igor@rurik.mysql.com>2006-05-18 11:30:42 -0700
commit33c439ce5814b17fbe18d7b4c4e88d6789d851ee (patch)
tree8d9fcbe49317bfad4c0fe3b8d2a5f9f86a325a44 /sql/item.cc
parented5ac749b9b5a925067b2622028e4f5721269347 (diff)
parent741831174722c50feab97a007f58bbce82b52f0a (diff)
downloadmariadb-git-33c439ce5814b17fbe18d7b4c4e88d6789d851ee.tar.gz
Merge rurik.mysql.com:/home/igor/mysql-5.0
into rurik.mysql.com:/home/igor/dev/mysql-5.0-2 sql/item.cc: Auto merged sql/item_cmpfunc.cc: Auto merged mysql-test/r/view.result: SCCS merged mysql-test/t/view.test: SCCS merged
Diffstat (limited to 'sql/item.cc')
-rw-r--r--sql/item.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item.cc b/sql/item.cc
index 62052547ee9..24efc1f106f 100644
--- a/sql/item.cc
+++ b/sql/item.cc
@@ -304,6 +304,7 @@ Item::Item():
marker= 0;
maybe_null=null_value=with_sum_func=unsigned_flag=0;
decimals= 0; max_length= 0;
+ with_subselect= 0;
/* Put item in free list so that we can free all items at end */
THD *thd= current_thd;