[MDEV-24794] VALBLK::MoveNull does not make any changes Created: 2021-02-06 Updated: 2021-04-23 Resolved: 2021-04-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Affects Version/s: | N/A |
| Fix Version/s: | 10.2.38, 10.3.29, 10.4.19, 10.5.10 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Yury Chaikou | Assignee: | Olivier Bertrand |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
/storage/connect/valblk.h
Note, j is used as an index both times, so we copy To_Nulls value to itself instead of moving.
|
| Comments |
| Comment by Shubham Kumar [ 2021-02-06 ] |
|
Can I work on this? |
| Comment by Anel Husakovic [ 2021-04-05 ] |
|
Suggested patch is good IMHO |
| Comment by Olivier Bertrand [ 2021-04-05 ] |
|
Thanks Anel. |