1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Fix compile problem - line missing.

This commit is contained in:
acurtis@pcgem.rdg.cyberkinetica.com
2005-02-01 23:43:09 +00:00
parent 679f4fe66b
commit a90d28eb6e

View File

@@ -147,6 +147,7 @@ static bool begin_trans(THD *thd)
error= -1; error= -1;
else else
{ {
LEX *lex= thd->lex;
thd->options= ((thd->options & (ulong) ~(OPTION_STATUS_NO_TRANS_UPDATE)) | thd->options= ((thd->options & (ulong) ~(OPTION_STATUS_NO_TRANS_UPDATE)) |
OPTION_BEGIN); OPTION_BEGIN);
thd->server_status|= SERVER_STATUS_IN_TRANS; thd->server_status|= SERVER_STATUS_IN_TRANS;