Commit 50b5f456 authored by Mikael Ronström's avatar Mikael Ronström

Merge 5.5, step 3

parent 4569537f
...@@ -325,7 +325,7 @@ dropped! So, there seems to be no problem. */ ...@@ -325,7 +325,7 @@ dropped! So, there seems to be no problem. */
/******************************************************************//** /******************************************************************//**
Sets the flag in the current mini-transaction record indicating we're Sets the flag in the current mini-transaction record indicating we're
inside an insert buffer routine. */ inside an insert buffer routine. */
UNIV_INTERN UNIV_INLINE
void void
ibuf_enter( ibuf_enter(
/*=======*/ /*=======*/
......
...@@ -28,7 +28,6 @@ Created 11/5/1995 Heikki Tuuri ...@@ -28,7 +28,6 @@ Created 11/5/1995 Heikki Tuuri
#include "univ.i" #include "univ.i"
#include "buf0types.h" #include "buf0types.h"
#include "mtr0types.h"
/********************************************************************//** /********************************************************************//**
High-level function which reads a page asynchronously from a file to the High-level function which reads a page asynchronously from a file to the
......
...@@ -234,7 +234,7 @@ ibuf_should_try( ...@@ -234,7 +234,7 @@ ibuf_should_try(
a secondary index when we a secondary index when we
decide */ decide */
/******************************************************************//** /******************************************************************//**
Returns TRUE if the current MTR is performing an insert buffer Returns TRUE if the current OS thread is performing an insert buffer
routine. routine.
For instance, a read-ahead of non-ibuf pages is forbidden by threads For instance, a read-ahead of non-ibuf pages is forbidden by threads
......
...@@ -268,7 +268,6 @@ mtr_commit( ...@@ -268,7 +268,6 @@ mtr_commit(
ut_d(mtr->state = MTR_COMMITTED); ut_d(mtr->state = MTR_COMMITTED);
dyn_array_free(&(mtr->memo)); dyn_array_free(&(mtr->memo));
dyn_array_free(&(mtr->log)); dyn_array_free(&(mtr->log));
mtr->ibuf_inside = FALSE;
} }
#ifndef UNIV_HOTBACKUP #ifndef UNIV_HOTBACKUP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment