[MCOL-2051] CS uses 'NULL' literal as NULL when UPDATEs varchar field Created: 2018-12-26 Updated: 2023-10-25 Resolved: 2023-10-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | PrimProc |
| Affects Version/s: | None |
| Fix Version/s: | 23.10 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Roman | Assignee: | Leonid Fedorov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | contribution | ||
| Sprint: | 2019-05, 2019-06 |
| Description |
|
CS converts 'NULL' literal into NULL value. Consider the output for Columnstore and InnoDB tables:
|
| Comments |
| Comment by Roman [ 2019-05-13 ] |
|
For QA: the relevant test is in the description. |
| Comment by Daniel Lee (Inactive) [ 2019-05-13 ] |
|
Build tested: 1.1.7-1 and 1.2.3-1 Reproduced issue in the above releases. |
| Comment by Daniel Lee (Inactive) [ 2019-05-15 ] |
|
Build verified: 1.1.8-1 nightly server commit: still waiting for a good night build for 1.2.4-1 |
| Comment by Daniel Lee (Inactive) [ 2019-05-17 ] |
|
Build tested: 1.2.4-1 nightly server commit: [root@localhost ~]# mcsmysql Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. The issue as noted in the bug description still exists. |
| Comment by Daniel Lee (Inactive) [ 2019-05-21 ] |
|
Build tested: 1.2.4-1 Release candidate The issue is still not fixed. |