[MCOL-4213] Unsupported auto_increment error is coming from Innodb engine Created: 2020-07-27 Updated: 2023-10-26 Resolved: 2023-10-26 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | DDLProc |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Minor |
| Reporter: | susil.behera | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Server version: 10.5.4-MariaDB MariaDB Server |
||
| Description |
|
Columnstore doesn't support CREATE TABLE with auto_increment. But when someone executes it the error msg seems to come from Innodb engine. CREATE TABLE t1 (a INT auto_increment) ENGINE=Columnstore; Appropriate error msg should come from Columnstore engine. |