diff options
author | unknown <mskold/marty@mysql.com/linux.site> | 2007-10-03 09:29:10 +0200 |
---|---|---|
committer | unknown <mskold/marty@mysql.com/linux.site> | 2007-10-03 09:29:10 +0200 |
commit | cabf7d7fec01113ae90ea62a2065d895904f0d39 (patch) | |
tree | d173a1a06749457c2c0d71e5f7311d7b180b1494 /sql | |
parent | c19a8c0631daf263893672c70181cdc246e171c9 (diff) | |
download | mariadb-git-cabf7d7fec01113ae90ea62a2065d895904f0d39.tar.gz |
Removed tabs
Diffstat (limited to 'sql')
-rw-r--r-- | sql/ha_ndbcluster.cc | 4 |
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; } |