1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Removed tabs

This commit is contained in:
mskold/marty@mysql.com/linux.site
2007-10-03 09:29:10 +02:00
parent 403f0afc29
commit 94e7bf9f4b

View File

@@ -1712,12 +1712,12 @@ int ha_ndbcluster::peek_indexed_rows(const byte *record,
*/ */
if (check_null_in_record(key_info, 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; continue;
} }
if (write_op != NDB_INSERT && !check_index_fields_in_write_set(i)) 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; continue;
} }