Commit e640fa18 authored by Georgi Kodinov's avatar Georgi Kodinov

fixed a compile warning in 5.1-bugteam

parent f8ada6e2
...@@ -195,7 +195,6 @@ bool begin_trans(THD *thd) ...@@ -195,7 +195,6 @@ bool begin_trans(THD *thd)
error= -1; error= -1;
else else
{ {
LEX *lex= thd->lex;
thd->options|= OPTION_BEGIN; thd->options|= OPTION_BEGIN;
thd->server_status|= SERVER_STATUS_IN_TRANS; 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