mariadb/storage/tokudb/hatoku_cmptrace.h

9 lines
136 B
C
Raw Normal View History

#ifndef _HATOKU_CMPTRC
#define _HATOKU_CMPTRC
#include "db.h"
int tokutrace_db_get_cmp_byte_stream(DB* db, DBT* byte_stream);
#endif