mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Fix compile problem - line missing.
This commit is contained in:
@@ -147,6 +147,7 @@ static bool begin_trans(THD *thd)
|
||||
error= -1;
|
||||
else
|
||||
{
|
||||
LEX *lex= thd->lex;
|
||||
thd->options= ((thd->options & (ulong) ~(OPTION_STATUS_NO_TRANS_UPDATE)) |
|
||||
OPTION_BEGIN);
|
||||
thd->server_status|= SERVER_STATUS_IN_TRANS;
|
||||
|
||||
Reference in New Issue
Block a user