Commit 78bb5202 authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

addresses #1613

stupid stupid bug.

git-svn-id: file:///svn/mysql/tokudb-engine/src@10704 c7de825b-a66e-492c-adef-691d508d4ae1
parent aedf3bfc
......@@ -1918,7 +1918,7 @@ int ha_tokudb::cmp_ref(const uchar * ref1, const uchar * ref2) {
ref1 + sizeof(u_int32_t),
*(u_int32_t *)ref1,
ref2 + sizeof(u_int32_t),
*(u_int32_t *)ref_length,
*(u_int32_t *)ref2,
false
);
exit:
......
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