mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
addresses #1619
stupid stupid bug pt 2 git-svn-id: file:///svn/mysql/tokudb-engine/src@10736 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
6c90b41101
commit
5e02202048
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ int compare_field(
|
|||
goto exit;
|
||||
default:
|
||||
*a_bytes_read = field->packed_col_length(a_buf, key_part_length);
|
||||
*b_bytes_read = field->packed_col_length(a_buf, key_part_length);
|
||||
*b_bytes_read = field->packed_col_length(b_buf, key_part_length);
|
||||
ret_val = field->pack_cmp(a_buf, b_buf, key_part_length, 0);
|
||||
goto exit;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue