mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
580f5caafb
git-svn-id: file:///svn/toku/tokudb@15562 c7de825b-a66e-492c-adef-691d508d4ae1
12 lines
738 B
C
12 lines
738 B
C
#ident "$Id$"
|
|
#ident "Copyright (c) 2007, 2008, 2009 Tokutek Inc. All rights reserved."
|
|
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
|
|
|
|
#include "ybt.h"
|
|
#include "brttypes.h"
|
|
|
|
int toku_keycompare (bytevec key1, ITEMLEN key1len, bytevec key2, ITEMLEN key2len);
|
|
void toku_test_keycompare (void) ;
|
|
|
|
int toku_builtin_compare_fun (DB *, const DBT *, const DBT*) __attribute__((__visibility__("default")));
|
|
int toku_dont_call_this_compare_fun (DB *, const DBT *, const DBT*);
|