[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:
Problem/Incident
is caused by MDEV-15855 Assertion `mysql_table' failed in inn... Closed
Relates
relates to MDEV-16678 Use MDL for innodb background threads... Closed
relates to MDEV-20874 Wrong handling of 'table was dropped'... Stalled

 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.



 Comments   
Comment by Marko Mäkelä [ 2020-01-03 ]

The member function was removed as part of MDEV-16678.

Generated at Thu Feb 08 09:02:52 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.