Commit ef8b2fa8 authored by heikki@hundin.mysql.fi's avatar heikki@hundin.mysql.fi
Browse files

ha_innodb.cc:

  Fix typos in last push
  Fix typo
parent cff9c1df
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -3644,16 +3644,14 @@ not call external_lock for the temporary table when it uses it. Instead,
it will call this function. */

int
start_stmt(
/*=======*/
ha_innobase::start_stmt(
/*====================*/
	              /* out: 0 or error code */
	THD*    thd)  /* in: handle to the user thread */
{
	row_prebuilt_t* prebuilt = (row_prebuilt_t*) innobase_prebuilt;
	trx_t*		trx;

  	DBUG_ENTER("ha_innobase::external_lock");

	update_thd(thd);

	trx = prebuilt->trx;