mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
branches/zip: Merge 1792:1809 from trunk.
This commit is contained in:
parent
489d829617
commit
94e707cf3c
1 changed files with 3 additions and 3 deletions
|
@ -6535,9 +6535,6 @@ ha_innobase::external_lock(
|
|||
innobase_register_stmt(ht, thd);
|
||||
}
|
||||
|
||||
trx->n_mysql_tables_in_use++;
|
||||
prebuilt->mysql_has_locked = TRUE;
|
||||
|
||||
if (trx->isolation_level == TRX_ISO_SERIALIZABLE
|
||||
&& prebuilt->select_lock_type == LOCK_NONE
|
||||
&& thd_test_options(thd,
|
||||
|
@ -6586,6 +6583,9 @@ ha_innobase::external_lock(
|
|||
trx->mysql_n_tables_locked++;
|
||||
}
|
||||
|
||||
trx->n_mysql_tables_in_use++;
|
||||
prebuilt->mysql_has_locked = TRUE;
|
||||
|
||||
DBUG_RETURN(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue