mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
row0vers.c:
Add forgotten mutex_enter() innobase/row/row0vers.c: Add forgotten mutex_enter()
This commit is contained in:
parent
1fe55eb4ee
commit
aee336f42d
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ row_vers_impl_x_locked_off_kernel(
|
|||
a rollback we always undo the modifications to secondary index
|
||||
records before the clustered index record. */
|
||||
|
||||
mutex_enter(&kernel_mutex);
|
||||
mtr_commit(&mtr);
|
||||
|
||||
return(NULL);
|
||||
|
|
Loading…
Add table
Reference in a new issue