Commit 44a2ef6c authored by heikki@donna.mysql.fi's avatar heikki@donna.mysql.fi
Browse files

ha_innobase.cc:

  Remove use of prebuilt->trx, better play safe since we do not know MySQL call order of external_lock
parent aea3c071
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2954,9 +2954,6 @@ ha_innobase::records_in_range(

    	my_free((char*) key_val_buff2, MYF(0));

	if (prebuilt->trx) {
		prebuilt->trx->op_info = "";
	}
   	
	DBUG_RETURN((ha_rows) n_rows);
}