diff options
author | konstantin@mysql.com <> | 2005-03-24 15:17:39 +0300 |
---|---|---|
committer | konstantin@mysql.com <> | 2005-03-24 15:17:39 +0300 |
commit | a8c1316c6befc7121b2c9890e4883c56cfaec52a (patch) | |
tree | 8cdc1a9cfde69b502cc99297442ad453cd8d7046 /sql/sql_select.h | |
parent | fc7a83be00a125f659267e33edd77965ff870adb (diff) | |
parent | fd54ee453976949f67db318bd80fdc2d92129965 (diff) | |
download | mariadb-git-a8c1316c6befc7121b2c9890e4883c56cfaec52a.tar.gz |
Manual merge
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 2 |
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(); }; |