Commit 631126cb authored by unknown's avatar unknown

Fix compile problem - line missing.


sql/sql_parse.cc:
  typo - line awol during commit.
parent 9a4619b1
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment