1
0
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:
vasil
2007-06-04 14:00:44 +00:00
parent a837a4df1e
commit 00255d962b

View File

@@ -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);
}