diff options
Diffstat (limited to 'sql/item_row.h')
-rw-r--r-- | sql/item_row.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_row.h b/sql/item_row.h index 0de547be327..cf55eddc19c 100644 --- a/sql/item_row.h +++ b/sql/item_row.h @@ -36,7 +36,7 @@ class Item_row: public Item, bool with_null; public: Item_row(THD *thd, List<Item> &list): - Item(thd), Item_args(list), not_null_tables_cache(0), with_null(0) + Item(thd), Item_args(thd, list), not_null_tables_cache(0), with_null(0) { } Item_row(THD *thd, Item_row *item): Item(thd), |