diff options
author | mskold/marty@mysql.com/linux.site <> | 2007-04-19 15:48:17 +0200 |
---|---|---|
committer | mskold/marty@mysql.com/linux.site <> | 2007-04-19 15:48:17 +0200 |
commit | 098adcb465e25d726c6411ddd1175bffb817e996 (patch) | |
tree | 04700650c8cee0fe3f55a6a588e9908c4857bb98 /sql/ha_ndbcluster.cc | |
parent | 3468836c769c1c900d36040d2d4f8f4e0a0744d2 (diff) | |
download | mariadb-git-098adcb465e25d726c6411ddd1175bffb817e996.tar.gz |
Commented out buggy debugging code
Diffstat (limited to 'sql/ha_ndbcluster.cc')
-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; } |