mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
row0mysql.c, row0mysql.h:
Backport of bug fix in 4.0: do not x-lock rows under LOCK TABLES READ unless the table is a temp table innobase/include/row0mysql.h: Backport of bug fix in 4.0: do not x-lock rows under LOCK TABLES READ unless the table is a temp table innobase/row/row0mysql.c: Backport of bug fix in 4.0: do not x-lock rows under LOCK TABLES READ unless the table is a temp table
This commit is contained in:
@ -320,6 +320,7 @@ row_create_prebuilt(
|
||||
prebuilt->trx = NULL;
|
||||
|
||||
prebuilt->sql_stat_start = TRUE;
|
||||
prebuilt->mysql_has_locked = FALSE;
|
||||
|
||||
prebuilt->index = NULL;
|
||||
prebuilt->n_template = 0;
|
||||
|
Reference in New Issue
Block a user