diff options
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item.h b/sql/item.h index 7a16ed02c6b..8118b079ca1 100644 --- a/sql/item.h +++ b/sql/item.h @@ -3389,6 +3389,7 @@ public: my_decimal *val_decimal_result(my_decimal *); bool val_bool_result(); bool is_null_result(); + bool is_json_type(); bool send(Protocol *protocol, st_value *buffer); Load_data_outvar *get_load_data_outvar() { |