ha_innodb.cc:

  Add return statement
parent ef8b2fa8
......@@ -3666,6 +3666,8 @@ ha_innobase::start_stmt(
prebuilt->select_lock_type = LOCK_NONE;
thd->transaction.all.innodb_active_trans = 1;
return(0);
}
/**********************************************************************
......
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