mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-17399 Add support for JSON_TABLE.
The specific table handler for the table functions was introduced, and used to implement JSON_TABLE.
This commit is contained in:
@ -550,6 +550,7 @@ enum explain_extra_tag
|
||||
ET_CONST_ROW_NOT_FOUND,
|
||||
ET_UNIQUE_ROW_NOT_FOUND,
|
||||
ET_IMPOSSIBLE_ON_CONDITION,
|
||||
ET_TABLE_FUNCTION,
|
||||
|
||||
ET_total
|
||||
};
|
||||
|
Reference in New Issue
Block a user