ha_innodb.cc:

  Fix typos in last push
  Fix typo
parent cff9c1df
......@@ -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;
......
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