Commit 5d079839 authored by unknown's avatar unknown

Fix VC++ warning about extra ; delimiter

parent eca724f4
......@@ -2808,7 +2808,7 @@ static int federated_commit(handlerton *hton, THD *thd, bool all)
if (old)
old->trx_next= NULL;
error= ptr->connection_commit();
if (error && !return_val);
if (error && !return_val)
return_val= error;
}
thd->ha_data[hton->slot]= NULL;
......
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