[MDEV-6463] SPIDER_COPY_TABLES doesn't work Created: 2014-07-19 Updated: 2020-05-18 Resolved: 2020-05-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Affects Version/s: | 10.0.12 |
| Fix Version/s: | 10.0.12 |
| Type: | Bug | Priority: | Major |
| Reporter: | Pierre Mavro | Assignee: | Kentoku Shiba (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | spider | ||
| Environment: |
Debian 7 x64 under Virtualbox |
||
| Description |
|
The spider_copy_tables function doesn't work at all. I tried to shut off a MariaDB server, rerun it again, the status_link was equal to 3. I truncated the partition on which the server failed. Tries to changed it to 2 for maintenance purpose:
Then copy the Spider table using spider_copy_tables:
The return code means it's ok, however the table remains still empty. Nothings have been copied. |
| Comments |
| Comment by Kentoku Shiba (Inactive) [ 2020-05-18 ] | ||||||
|
This procedure in this jira task has 2 issues. Current:
Fixed:
2. spider_copy_tables was used for another partition. Current:
Fixed:
spider_copy_tables returns success code even if the destination table has same records. Because maintainance mode allows updating to the table, and this behavior is required for online copy table. | ||||||
| Comment by Kentoku Shiba (Inactive) [ 2020-05-18 ] | ||||||
|
Try to reproduce, investigate issue |