summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.cc
diff options
context:
space:
mode:
authorunknown <mskold/marty@mysql.com/linux.site>2007-10-03 09:29:10 +0200
committerunknown <mskold/marty@mysql.com/linux.site>2007-10-03 09:29:10 +0200
commitcabf7d7fec01113ae90ea62a2065d895904f0d39 (patch)
treed173a1a06749457c2c0d71e5f7311d7b180b1494 /sql/ha_ndbcluster.cc
parentc19a8c0631daf263893672c70181cdc246e171c9 (diff)
downloadmariadb-git-cabf7d7fec01113ae90ea62a2065d895904f0d39.tar.gz
Removed tabs
Diffstat (limited to 'sql/ha_ndbcluster.cc')
-rw-r--r--sql/ha_ndbcluster.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc
index 90b8e77153c..d35aa93d5d3 100644
--- a/sql/ha_ndbcluster.cc
+++ b/sql/ha_ndbcluster.cc
@@ -1712,12 +1712,12 @@ int ha_ndbcluster::peek_indexed_rows(const byte *record,
*/
if (check_null_in_record(key_info, record))
{
- DBUG_PRINT("info", ("skipping check for key with NULL"));
+ DBUG_PRINT("info", ("skipping check for key with NULL"));
continue;
}
if (write_op != NDB_INSERT && !check_index_fields_in_write_set(i))
{
- DBUG_PRINT("info", ("skipping check for key %u not in write_set", i));
+ DBUG_PRINT("info", ("skipping check for key %u not in write_set", i));
continue;
}