summaryrefslogtreecommitdiff
path: root/sql/ha_federated.cc
diff options
context:
space:
mode:
authorunknown <patg@radha.local>2005-07-22 20:56:08 +0200
committerunknown <patg@radha.local>2005-07-22 20:56:08 +0200
commit03fb8276d5f66e9b7ce51a0aa9c0215c71c86a04 (patch)
tree9b0955050360f905cde6196d1bf1b923c97d54a7 /sql/ha_federated.cc
parent5f900fb5322f123fcf63c59ca16b749a6c49bd73 (diff)
downloadmariadb-git-03fb8276d5f66e9b7ce51a0aa9c0215c71c86a04.tar.gz
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
Diffstat (limited to 'sql/ha_federated.cc')
-rw-r--r--sql/ha_federated.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/ha_federated.cc b/sql/ha_federated.cc
index 1d7b8cda8e2..80fbfe13d33 100644
--- a/sql/ha_federated.cc
+++ b/sql/ha_federated.cc
@@ -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);
}