[MCOL-4156] CREATE OR REPLACE TABLE ... ENGINE =ColumnStore on InnoDB table can fail with: table already exists (your schema is probably out-of-sync) Created: 2020-07-09 Updated: 2020-07-09 Resolved: 2020-07-09 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | N/A |
| Affects Version/s: | 1.5.3 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Todd Stoffel (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Using MariaDB Enterprise Server 10.5.4-2 with ColumnStore 1.5.3, I started with the following tables:
Initially, htap_test1 used the InnoDB storage engine. I tried to convert it to ColumnStore with the following query:
This failed with the following error:
And now the table also disappeared completely:
The definition of the table is very basic:
|