[MDEV-11144] create federated table command error Created: 2016-10-26 Updated: 2016-12-01 Resolved: 2016-12-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Federated |
| Affects Version/s: | 10.0.20 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | jisun bae | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | need_feedback | ||
| Environment: |
Red Hat Enterprise Linux Server release 6.7 (Santiago) / MariaDB 10.0.20 |
||
| Description |
|
I create some federated tables like below command.
Already I created 266 tables, I want to create some more tables.
Already created tables are useable but the new create table command is error. |
| Comments |
| Comment by Elena Stepanova [ 2016-11-02 ] |
|
Since you don't specify a remote table name in your connection string CONNECTION='remote', it assumes that the remote table has the same name as the local FEDERATED table you are trying to create. |
| Comment by Elena Stepanova [ 2016-12-01 ] |
|
Closing as "not a bug" based on the assumptions above. If you disagree and have more information, please comment to re-open. |