[MDEV-29825] ER_SQL_DISCOVER_ERROR from Federated engine, when table has columns of geometry types Created: 2022-10-19 Updated: 2022-10-24 Resolved: 2022-10-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation, Storage Engine - Federated |
| Affects Version/s: | 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Alice Sherepa | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
error after POINT, POLYGON, etc.
Should it be documented currently as a limitation in FederatedX? |
| Comments |
| Comment by Sergei Golubchik [ 2022-10-21 ] | |||||||||
|
It is a limitation of FederatedX, it does not support GEOMETRY columns. Such tables cannot be created explicitly and discovery fails too. Technically, ha_federatedx::table_flags() is
which does not include HA_CAN_GEOMETRY |