Loading sql/sql_parse.cc +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
sql/sql_parse.cc +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading