1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

fixed a compile warning in 5.1-bugteam

This commit is contained in:
Georgi Kodinov
2009-05-15 16:40:09 +03:00
parent f8ada6e23d
commit e640fa18c4

View File

@ -195,7 +195,6 @@ bool begin_trans(THD *thd)
error= -1;
else
{
LEX *lex= thd->lex;
thd->options|= OPTION_BEGIN;
thd->server_status|= SERVER_STATUS_IN_TRANS;
}