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

addresses #1619

silly bug for friday morning

git-svn-id: file:///svn/mysql/tokudb-engine/src@10775 c7de825b-a66e-492c-adef-691d508d4ae1
parent d6c6a724
......@@ -378,7 +378,7 @@ uchar* pack_field(
case (toku_type_float):
assert(field->pack_length() == sizeof(float));
assert(key_part_length == sizeof(float));
new_pos = pack_toku_double(to_tokudb, from_mysql);
new_pos = pack_toku_float(to_tokudb, from_mysql);
goto exit;
case (toku_type_decimal):
case (toku_type_bitstream):
......
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