mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-25875: JSON_TABLE: extract document fragment into JSON column
Accept JSON values for the JSON fields.
This commit is contained in:
committed by
Rucha Deodhar
parent
6b6d745b9e
commit
a9f6abedde
@ -147,6 +147,7 @@ public:
|
||||
};
|
||||
|
||||
enum_type m_column_type;
|
||||
bool m_format_json;
|
||||
json_path_t m_path;
|
||||
On_response m_on_error;
|
||||
On_response m_on_empty;
|
||||
|
Reference in New Issue
Block a user