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

addresses #1569, remove tab, add 4 spaces, cosmetic change

git-svn-id: file:///svn/mysql/tokudb-engine/src@10987 c7de825b-a66e-492c-adef-691d508d4ae1
parent 49d3cfb8
...@@ -1028,7 +1028,7 @@ int tokudb_cmp_dbt_data(DB *file, const DBT *keya, const DBT *keyb) { ...@@ -1028,7 +1028,7 @@ int tokudb_cmp_dbt_data(DB *file, const DBT *keya, const DBT *keyb) {
file->descriptor.size - row_desc_offset, file->descriptor.size - row_desc_offset,
false false
); );
return cmp; return cmp;
} }
//TODO: QQQ Only do one direction for prefix. //TODO: QQQ Only do one direction for prefix.
......
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