[MCOL-197] INSERT INTO <TABLE> SELECT ... does not work (even for insert into table select * from table) Created: 2016-06-24 Updated: 2016-12-22 Resolved: 2016-12-22 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | writeengine |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Justin Swanhart (Inactive) | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Description |
|
MariaDB [test]> insert into fact select * from fact; in fact, it fails completely in STRICT mode: MariaDB [test]> set sql_mode=strict_all_tables; MariaDB [test]> select count
----------
---------- MariaDB [test]> insert into fact select * from fact; Columnstore isn't actually doing the INSERT .. SELECT properly. |
| Comments |
| Comment by David Thompson (Inactive) [ 2016-12-22 ] |
|
This is working with 1.0.6. |