summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <mskold/marty@mysql.com/linux.site>2007-04-19 15:48:17 +0200
committerunknown <mskold/marty@mysql.com/linux.site>2007-04-19 15:48:17 +0200
commitce2bc993e98ce1a2ee00742725cf1a99d078a5ce (patch)
tree04700650c8cee0fe3f55a6a588e9908c4857bb98
parente70f25c62954ca000abb117dbaa2ab3cebd77e3b (diff)
downloadmariadb-git-ce2bc993e98ce1a2ee00742725cf1a99d078a5ce.tar.gz
Commented out buggy debugging code
-rw-r--r--sql/ha_ndbcluster.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc
index 71050bc73e4..e9ba854300d 100644
--- a/sql/ha_ndbcluster.cc
+++ b/sql/ha_ndbcluster.cc
@@ -2720,7 +2720,7 @@ void ha_ndbcluster::unpack_record(byte* buf)
hidden_col->getName(),
llstr(rec->u_64_value(), buff)));
}
- print_results();
+ //print_results();
#endif
DBUG_VOID_RETURN;
}