Commit 3e55ff61 authored by unknown's avatar unknown

ha_innodb.cc:

  Add return statement


sql/ha_innodb.cc:
  Add return statement
parent 02392941
......@@ -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