1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-29 00:08:14 +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))
{
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;
}