summaryrefslogtreecommitdiff
path: root/sql/item.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2023-01-10 14:50:58 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2023-01-10 14:50:58 +0200
commit820ebcec8651d2478ece554f059a5513f0b2bedf (patch)
tree2a4b43a9f104782fa9211e8622bc7d50a992f802 /sql/item.h
parent0225159a8d0e1260bfec7219b584523097a74d4b (diff)
parent92c8d6f168f329bf7e3998a4f580781d0239b59a (diff)
downloadmariadb-git-820ebcec8651d2478ece554f059a5513f0b2bedf.tar.gz
Merge 10.8 into 10.9
Diffstat (limited to 'sql/item.h')
-rw-r--r--sql/item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item.h b/sql/item.h
index 2d598546b91..a0641ef4c76 100644
--- a/sql/item.h
+++ b/sql/item.h
@@ -7502,7 +7502,7 @@ class Item_cache_row: public Item_cache
bool save_array;
public:
Item_cache_row(THD *thd):
- Item_cache(thd), values(0), item_count(2),
+ Item_cache(thd, &type_handler_row), values(0), item_count(2),
save_array(0) {}
/*