[MCOL-4200] Temporary table is not supported Created: 2020-07-21 Updated: 2021-02-19 Resolved: 2021-02-19 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | DDLProc |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | New Feature | Priority: | Major |
| Reporter: | susil.behera | Assignee: | Todd Stoffel (Inactive) |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Server version: 10.5.4-MariaDB MariaDB Server |
||
| Description |
|
Like other engines like Innodb, Columnstore should support temporary table creattion. CREATE TEMPORARY TABLE t_mcs (id INT) ENGINE=Columnstore; |