mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 12:15:32 +02:00
ha_innodb.cc:
Add return statement sql/ha_innodb.cc: Add return statement
This commit is contained in:
parent
02392941c0
commit
3e55ff618d
1 changed files with 2 additions and 0 deletions
|
|
@ -3666,6 +3666,8 @@ ha_innobase::start_stmt(
|
|||
prebuilt->select_lock_type = LOCK_NONE;
|
||||
|
||||
thd->transaction.all.innodb_active_trans = 1;
|
||||
|
||||
return(0);
|
||||
}
|
||||
|
||||
/**********************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue