summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2005-03-24 15:17:39 +0300
committerunknown <konstantin@mysql.com>2005-03-24 15:17:39 +0300
commitca68bca8f4c874cb065e2862c68fb68c5b838d55 (patch)
tree8cdc1a9cfde69b502cc99297442ad453cd8d7046 /sql/sql_select.h
parent26b5735572a44eaaca52db7754ca2137853e30b6 (diff)
parent3b236b1dfd1fdc34548e296dc63e75735becd61d (diff)
downloadmariadb-git-ca68bca8f4c874cb065e2862c68fb68c5b838d55.tar.gz
Manual merge
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index 353f1fc5157..556d5b3d89b 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -370,7 +370,7 @@ public:
void close();
void set_unit(SELECT_LEX_UNIT *unit_arg) { unit= unit_arg; }
- Cursor() :join(0), unit(0) {}
+ Cursor() :Item_arena(TRUE), join(0), unit(0) {}
~Cursor();
};