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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user