mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
addresses #1619, remove extraneous comment
git-svn-id: file:///svn/mysql/tokudb-engine/src@10720 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
5b2bf24197
commit
3ddf25c9d7
1 changed files with 0 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue