Commit c3d8615d authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

addresses #1619, remove extraneous comment

git-svn-id: file:///svn/mysql/tokudb-engine/src@10720 c7de825b-a66e-492c-adef-691d508d4ae1
parent 7e130e6e
......@@ -1282,8 +1282,6 @@ u_int32_t ha_tokudb::place_key_into_mysql_buff(uchar * record, uchar* data, uint
}
record[key_part->null_offset] &= ~key_part->null_bit;
}
/* tokutek change to make pack_key and unpack_key work for
decimals */
uint unpack_length = key_part->length;
pos = (uchar *) key_part->field->unpack_key(
record + field_offset(key_part->field, table),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment