From a90d28eb6eed2912aaac0273d9e2920f357c9654 Mon Sep 17 00:00:00 2001 From: "acurtis@pcgem.rdg.cyberkinetica.com" <> Date: Tue, 1 Feb 2005 23:43:09 +0000 Subject: [PATCH] Fix compile problem - line missing. --- sql/sql_parse.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index 8b5986a805b..05d6a00805c 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -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;