===== sql/ha_ndbcluster.cc 1.516 vs edited ===== --- 1.516/sql/ha_ndbcluster.cc 2007-11-16 20:04:27 +00:00 +++ edited/sql/ha_ndbcluster.cc 2007-11-16 20:04:12 +00:00 @@ -3388,7 +3388,7 @@ if (table_share->blob_fields > 0) { my_bitmap_map *old_map= dbug_tmp_use_all_columns(table, table->read_set); - int res= set_blob_values(op, row - table->record[0], NULL, &blob_count); + int res= set_blob_values(op, row - table->record[0], table->write_set, &blob_count); dbug_tmp_restore_column_map(table->read_set, old_map); if (res != 0) ERR_RETURN(op->getNdbError());