mirror of
https://github.com/MariaDB/server.git
synced 2025-12-09 08:01:34 +03:00
Fix Bug#20090 as suggested in the bug followup by Heikki.
Approved by: Heikki
This commit is contained in:
@@ -1152,7 +1152,7 @@ srv_conc_force_enter_innodb(
|
||||
|
||||
srv_conc_n_threads++;
|
||||
trx->declared_to_be_inside_innodb = TRUE;
|
||||
trx->n_tickets_to_enter_innodb = 0;
|
||||
trx->n_tickets_to_enter_innodb = 1;
|
||||
|
||||
os_fast_mutex_unlock(&srv_conc_mutex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user