[MDEV-24563] variable federated_pushdown is not documented and buggy Created: 2021-01-11 Updated: 2023-01-11 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Federated |
| Affects Version/s: | 10.5.8 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Oli Sennhauser | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | federatedx | ||
| Environment: |
Linux, n.a. |
||
| Description |
|
The variable federated_pushdown is not well documented: https://mariadb.com/kb/en/about-federatedx/ The only information found was this: storage/federatedx/federatedx_pushdown.cc: /* The implementation is provided purely for testing purposes. It looks like it works like this: set global federated_pushdown=off; set global federated_pushdown=on; But this miserably failed with the following error (which is the/a bug): ERROR 1030 (HY000): Got error 10000 "Unknown error 10000" from storage engine FEDERATED Would be a cool feature to reduce traffic between the 2 systems, if it worked. |
| Comments |
| Comment by Simon Avery [ 2023-01-11 ] |
|
Surprising that this has been open for two years now, and still the highest google hit for "mariadb" + "federated_pushdown" brings you here. I was looking for information on this variable after upgrading to 10.6 and finding it in SHOW VARIABLES. It is not mentioned with the rest of the mariadb vars at https://mariadb.com/kb/en/server-system-variables/ |
| Comment by Oli Sennhauser [ 2023-01-11 ] |
|
FederatedX is possibly not top on the MariaDB priority list. If this issue is split into a docu issue and a bug a least the docu issue is possibly solved. But I cannot do this. Somebody of MariaDB has to do it... |