mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-17096 Pushdown of simple derived tables to storage engines
MDEV-17631 select_handler for a full query pushdown Interfaces + Proof of Concept for federatedx with test cases. The interfaces have been developed for integration of ColumnStore engine.
This commit is contained in:
@ -328,6 +328,8 @@ public:
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
extern const char *unit_operation_text[4];
|
||||
extern const char *pushed_derived_text;
|
||||
extern const char *pushed_select_text;
|
||||
|
||||
/*
|
||||
Explain structure for a UNION.
|
||||
|
Reference in New Issue
Block a user