row0vers.c:

Add forgotten mutex_enter()
This commit is contained in:
heikki@hundin.mysql.fi 2003-06-18 03:53:18 +03:00
parent 6d4fe0280f
commit b8cc47797a

View file

@ -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);