Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Such checks as:
if (node->vcol_op_failed()) {
|
mem_heap_free(heap);
|
return false;
|
}
|
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.
Attachments
Issue Links
- is caused by
-
MDEV-15855 Assertion `mysql_table' failed in innobase_get_computed_value upon DDL/DML on a table with virtual columns
- Closed
- relates to
-
MDEV-16678 Use MDL for innodb background threads instead of dict_operation_lock
- Closed
-
MDEV-20874 Wrong handling of 'table was dropped' error in purge thread
- Stalled