summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <acurtis@pcgem.rdg.cyberkinetica.com>2005-02-01 23:43:09 +0000
committerunknown <acurtis@pcgem.rdg.cyberkinetica.com>2005-02-01 23:43:09 +0000
commit099f50b67f2a9e87b2e5d996430410533e578454 (patch)
tree09c104b56ab5a0616a7af4d01999dd64e820bfb8
parent9d8af792cca84d3705f5b44e813df576cecca603 (diff)
downloadmariadb-git-099f50b67f2a9e87b2e5d996430410533e578454.tar.gz
Fix compile problem - line missing.
sql/sql_parse.cc: typo - line awol during commit.
-rw-r--r--sql/sql_parse.cc1
1 files changed, 1 insertions, 0 deletions
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;