[MCOL-3794] DROP multiple columnstore tables throws error Created: 2020-02-14 Updated: 2023-10-25 Resolved: 2023-10-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | DDLProc |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | susil.behera | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Build tested: 1.4.3-1 At present DROP supports only to drop a single columnstore table. When we try drop multiple tables DROP throws error. CREATE TABLE t1 (c int); DROP should support multiple columnstore tables in a single statement. |