[MCOL-1733] COMMENT='schema sync only' fails silently Created: 2018-09-20 Updated: 2018-09-20 Resolved: 2018-09-20 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MDB Plugin |
| Affects Version/s: | 1.1.6 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Minor |
| Reporter: | Sasha V | Assignee: | Andrew Hutchings (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
2PM system on Docker Ubuntu 18.04.1 LTS |
||
| Description |
|
This works as expected:
This does not work as expected:
|
| Comments |
| Comment by Sasha V [ 2018-09-20 ] | ||||||||||||||||
|
Log file content:
| ||||||||||||||||
| Comment by Andrew Hutchings (Inactive) [ 2018-09-20 ] | ||||||||||||||||
|
This is by design. "schema sync only" is designed to create missing FRM files for ColumnStore tables that already exist. For instance when replicating a table between UM nodes or when a UM needs a manual repair. It is also used as part of the internal vtable process. If you create a table as "schema sync only" and no such table exists inside ColumnStore then all you have is a FRM file. The table itself doesn't exist. |