1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-12 10:22:39 +03:00

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.


sql/ha_federated.cc:
  removed DBUG code
This commit is contained in:
unknown
2005-07-22 20:56:08 +02:00
parent 5f900fb532
commit 03fb8276d5

View File

@@ -762,7 +762,6 @@ uint ha_federated::convert_row_to_internal_format(byte *record, MYSQL_ROW row)
(*field)->move_field(-old_ptr); (*field)->move_field(-old_ptr);
} }
DBUG_DUMP("record", record, table->s->reclength);
DBUG_RETURN(0); DBUG_RETURN(0);
} }