diff options
author | unknown <mskold/marty@mysql.com/linux.site> | 2007-04-19 15:48:17 +0200 |
---|---|---|
committer | unknown <mskold/marty@mysql.com/linux.site> | 2007-04-19 15:48:17 +0200 |
commit | ce2bc993e98ce1a2ee00742725cf1a99d078a5ce (patch) | |
tree | 04700650c8cee0fe3f55a6a588e9908c4857bb98 | |
parent | e70f25c62954ca000abb117dbaa2ab3cebd77e3b (diff) | |
download | mariadb-git-ce2bc993e98ce1a2ee00742725cf1a99d078a5ce.tar.gz |
Commented out buggy debugging code
-rw-r--r-- | sql/ha_ndbcluster.cc | 2 |
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; } |