[MCOL-133] DROP TABLE w/ list of tables fails Created: 2016-06-12 Updated: 2021-01-16 Resolved: 2021-01-16 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | N/A |
| Affects Version/s: | None |
| Fix Version/s: | 5.5.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Justin Swanhart (Inactive) | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Epic Link: | ColumnStore Compatibility Improvements |
| Description |
|
mysql> show tables;
------------------
------------------ mysql> drop table t1,t1_c,t1_m,t2_c, t2_m;
------------------
------------------ |
| Comments |
| Comment by Justin Swanhart (Inactive) [ 2016-06-12 ] |
|
mysql> drop table t1,t1_c,t2_c; mysql> drop table t1;drop table t1_c;drop table t2_c; Query OK, 0 rows affected (0.36 sec) Query OK, 0 rows affected (0.44 sec) |