Commit 757f9400 authored by patg@radha.local's avatar patg@radha.local

removed DBUG code from ha_federated.cc causing windows compile problems.

This is for the release bk tree, same change as 1.1890, which JimW approved.
parent 306ade1f
......@@ -762,7 +762,6 @@ uint ha_federated::convert_row_to_internal_format(byte *record, MYSQL_ROW row)
(*field)->move_field(-old_ptr);
}
DBUG_DUMP("record", record, table->s->reclength);
DBUG_RETURN(0);
}
......
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