mirror of
https://github.com/MariaDB/server.git
synced 2025-03-11 09:38:38 +01:00
7 lines
222 B
C
7 lines
222 B
C
#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*);
|