mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
0243ed5122
git-svn-id: file:///svn/tokudb@37 c7de825b-a66e-492c-adef-691d508d4ae1
7 lines
207 B
C
7 lines
207 B
C
#include "ybt.h"
|
|
#include "brttypes.h"
|
|
|
|
int keycompare (bytevec key1, ITEMLEN key1len, bytevec key2, ITEMLEN key2len);
|
|
void test_keycompare (void) ;
|
|
|
|
int default_compare_fun (DB *, const DBT *, const DBT*);
|