[MCOL-4202] Cross db table rename fails Created: 2020-07-21 Updated: 2023-12-19 Resolved: 2023-12-19 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | DDLProc |
| Affects Version/s: | 5.6.2 |
| Fix Version/s: | 23.10.1 |
| Type: | Bug | Priority: | Critical |
| Reporter: | susil.behera | Assignee: | Leonid Fedorov |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Environment: |
Server version: 10.5.4-MariaDB MariaDB Server |
||
| Sprint: | 2023-11 |
| Assigned for Review: | |
| Assigned for Testing: | |
| Description |
|
Cross database table rename fails for columnstore tables. CREATE TABLE db1.t1 (id INT) ENGINE=Columnstore; ALTER TABLE db1.t1 RENAME TO db2.t1; |
| Comments |
| Comment by Kirill Perov [ 2023-12-19 ] |
|
fixed in develop |