mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
df410defa7
git-svn-id: file:///svn/tokudb@829 c7de825b-a66e-492c-adef-691d508d4ae1
10 lines
355 B
C
10 lines
355 B
C
#ident "Copyright (c) 2007 Tokutek Inc. All rights reserved."
|
|
|
|
#include "ybt.h"
|
|
#include "brttypes.h"
|
|
|
|
int toku_keycompare (bytevec key1, ITEMLEN key1len, bytevec key2, ITEMLEN key2len);
|
|
void toku_test_keycompare (void) ;
|
|
|
|
int toku_default_compare_fun (DB *, const DBT *, const DBT*);
|
|
int toku_dont_call_this_compare_fun (DB *, const DBT *, const DBT*);
|