[MDEV-10069] Auto-discovery of columns not working with FederatedX engine Created: 2016-05-14 Updated: 2016-05-14 Resolved: 2016-05-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Federated |
| Affects Version/s: | 10.1.14 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Martin Dirichs | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
MariaDB 10.1.14, downloaded from MariaDB Foundation builds |
||
| Description |
|
Using the FederatedX engine to refer to a table in another MariaDB database without specifying all columns explicitly fails with error
This is not in line with the description in the MariaDB documentation which states that table structure could be inferred from the original table connect to. The steps to reproduce can be taken directly from the above mentioned documentation:
|
| Comments |
| Comment by Elena Stepanova [ 2016-05-14 ] |
|
Are you sure you are using FederatedX engine, as opposed to Federated? Could you please paste the output of SHOW ENGINES? Thanks. |
| Comment by Martin Dirichs [ 2016-05-14 ] |
|
You are right. I made sure that the federated plugin is loaded from 'ha_federatedx' library and now it works. I tried that before but did not restart the server, so the Federated engine was still in place. |