mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
Merge
sql/ha_innodb.cc: Auto merged
This commit is contained in:
commit
c560a5b1d4
1 changed files with 2 additions and 2 deletions
|
@ -6891,8 +6891,8 @@ ha_innobase::store_lock(
|
||||||
|
|
||||||
if ((lock_type >= TL_WRITE_CONCURRENT_INSERT
|
if ((lock_type >= TL_WRITE_CONCURRENT_INSERT
|
||||||
&& lock_type <= TL_WRITE)
|
&& lock_type <= TL_WRITE)
|
||||||
&& (!thd->in_lock_tables
|
&& !(thd->in_lock_tables
|
||||||
|| thd->lex->sql_command == SQLCOM_CALL)
|
&& thd->lex->sql_command == SQLCOM_LOCK_TABLES)
|
||||||
&& !thd->tablespace_op
|
&& !thd->tablespace_op
|
||||||
&& thd->lex->sql_command != SQLCOM_TRUNCATE
|
&& thd->lex->sql_command != SQLCOM_TRUNCATE
|
||||||
&& thd->lex->sql_command != SQLCOM_OPTIMIZE
|
&& thd->lex->sql_command != SQLCOM_OPTIMIZE
|
||||||
|
|
Loading…
Add table
Reference in a new issue