Commit 61b69f39 authored by John Esmet's avatar John Esmet Committed by Yoni Fogel

refs #5504 fix more includes


git-svn-id: file:///svn/toku/tokudb@48092 c7de825b-a66e-492c-adef-691d508d4ae1
parent 836803be
......@@ -10,7 +10,7 @@
#include <memory.h>
#include <sys/stat.h>
#include <db.h>
#include <ft/tokuconst.h>
#include <ft/xids.h>
#define MAX_NEST MAX_NESTED_TRANSACTIONS
......
......@@ -10,7 +10,7 @@
#include <memory.h>
#include <sys/stat.h>
#include <db.h>
#include <ft/tokuconst.h>
#include <ft/xids.h>
#define MAX_NEST MAX_TRANSACTION_RECORDS
#define MAX_SIZE MAX_TRANSACTION_RECORDS
......
......@@ -10,7 +10,7 @@
#include <memory.h>
#include <sys/stat.h>
#include <db.h>
#include <ft/tokuconst.h>
#include <ft/xids.h>
#define MAX_NEST MAX_TRANSACTION_RECORDS
#define MAX_SIZE MAX_TRANSACTION_RECORDS
......
......@@ -10,7 +10,7 @@
#include <memory.h>
#include <sys/stat.h>
#include <db.h>
#include <ft/tokuconst.h>
#include <ft/xids.h>
#define MAX_NEST MAX_TRANSACTION_RECORDS
#define MAX_SIZE MAX_TRANSACTION_RECORDS
......
......@@ -10,7 +10,7 @@
#include <memory.h>
#include <sys/stat.h>
#include <db.h>
#include <ft/tokuconst.h>
#include <ft/xids.h>
#define MAX_NEST MAX_TRANSACTION_RECORDS
#define MAX_SIZE (MAX_TRANSACTION_RECORDS + 1)
......
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