Commit 9d364d06 authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:4106], fix compile of scanscan.c

git-svn-id: file:///svn/toku/tokudb@36720 c7de825b-a66e-492c-adef-691d508d4ae1
parent fd206e99
......@@ -156,7 +156,7 @@ static inline uint64_t mysql_get_bigint(unsigned char *d) {
return r;
}
static int mysql_key_compare(DESCRIPTOR desc __attribute__((unused)),
static int mysql_key_compare(DB* file __attribute__((unused)),
const DBT *adbt, const DBT *bdbt) {
unsigned char *adata = adbt->data;
unsigned char *bdata = bdbt->data;
......
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