[MDEV-25834] Federated table with column type "geometry" fails Created: 2021-06-01 Updated: 2021-06-01 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Federated |
| Affects Version/s: | 10.5.9 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Raymond Michiels | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu |
||
| Description |
|
Two servers, both running MariaDB 10.5.9. Server #1 has table:
Server #2 attempts to generate a federated table:
Originally found in a more complex table with multiple geometry columns. Only by removing these columns did the creation of the federated table succeed. Other tables without federated columns all work ok. As far as I know there is no work-around for this. |