Commit 8f18a97e authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#2843 remove junk refs[t:2843]

git-svn-id: file:///svn/toku/tokudb@25670 c7de825b-a66e-492c-adef-691d508d4ae1
parent 0d36037d
#include "le-cursor.h"
static inline int le_cursor_create_db_txn(LE_CURSOR *le_cursor_result, DB *db, DB_TXN *txn) {
return le_cursor_create(le_cursor_result, db_struct_i(db)->brt, db_txn_struct_i(txn)->tokutxn);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment