MySQL 8.4.1
Source Code Documentation
row0umod.h File Reference

Undo modify of a row. More...

#include "data0data.h"
#include "dict0types.h"
#include "mtr0mtr.h"
#include "que0types.h"
#include "row0types.h"
#include "trx0types.h"
#include "univ.i"

Go to the source code of this file.

Functions

dberr_t row_undo_mod (undo_node_t *node, que_thr_t *thr)
 Undoes a modify operation on a row of a table. More...
 

Detailed Description

Undo modify of a row.

Created 2/27/1997 Heikki Tuuri

Function Documentation

◆ row_undo_mod()

dberr_t row_undo_mod ( undo_node_t node,
que_thr_t thr 
)

Undoes a modify operation on a row of a table.

Returns
DB_SUCCESS or error code in: query thread
DB_SUCCESS or error code
Parameters
nodein: row undo node
thrin: query thread