98556ef84a
MDEV-25142: JSON_TABLE: CREATE VIEW involving EXISTS PATH ends up with invalid frm
2021-04-21 10:21:43 +04:00
93daad3a1e
MDEV-17399: JSON_TABLE: cleanup table dependency code
...
- Don't touch simplify_joins()
- All dependencies caused by JSON_TABLE(...) are now added by
add_table_function_dependencies().
2021-04-21 10:21:43 +04:00
2f650fb955
MDEV-17399: JSON_TABLE: Fix the problem with cross-nested-join dependency
...
Fix for for the problem with
- Cross-outer-join dependency
- dead-end join prefix
- join order pruning
See the comments in the patch for detailed description
2021-04-21 10:21:43 +04:00
e9fd327ee3
MDEV-17399 Add support for JSON_TABLE.
...
The specific table handler for the table functions was introduced,
and used to implement JSON_TABLE.
2021-04-21 10:21:43 +04:00