[MCOL-3529] UPDATE always returns "0 rows affected" Created: 2019-09-30 Updated: 2019-12-09 Resolved: 2019-12-09 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | DMLProc |
| Affects Version/s: | 1.4.0 |
| Fix Version/s: | 1.4.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Epic Link: | ColumnStore integration in ES in December 2019 |
| Sprint: | 2019-06 |
| Description |
|
Build tested: 1.4.0-1 engine commit: MariaDB [mytest]> select * from t2;
------
------ MariaDB [mytest]> update t2 set c1=6; MariaDB [mytest]> select * from t2;
------
------ MariaDB [mytest]> select count
----------
---------- MariaDB [mytest]> update orders set o_orderkey = 1; MariaDB [mytest]> select count
----------
---------- |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2019-10-02 ] |
|
This might not be fixable in 1.4. I'll mark it as 1.4.1 to be investigated. |
| Comment by Roman [ 2019-12-05 ] |
|
Please review. |
| Comment by Daniel Lee (Inactive) [ 2019-12-09 ] |
|
Build verified: 1.4.2-1 source Server commit 6e1a53f89ee8d4eb9e66257b01898995aa7691de MENT-240 change plugin-maturity default to stable Engine /root/ColumnStore/buildColumnstoreFromGithubSource/server/engine Merge pull request #962 from jmrojas2332/ MCOL 3474 Fix TIMEDIFF w/ non-temporal data types Also reproduced the issue source build last week. The issue has been fixed. Built from source and retest MariaDB [mytest]> update orders set o_clerk = "Hello, world"; |