[MDEV-20876] Remove node->vcol_op_failed() method Created: 2019-10-23 Updated: 2020-01-23 Resolved: 2020-01-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Fix Version/s: | 10.5.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Aleksey Midenkov | Assignee: | Thirunarayanan Balathandayuthapani |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
Such checks as:
should be removed and dberr_t status used instead. After MDEV-20874 there will be more functions returning dberr_t status. Please, improve pushing dberr_t further up the stack and remove vcol_op_failed() method. |
| Comments |
| Comment by Marko Mäkelä [ 2020-01-03 ] |
|
The member function was removed as part of |