mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
refs #5504 fix some includes
git-svn-id: file:///svn/toku/tokudb@48091 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
0f808fa912
commit
452058fee9
4 changed files with 6 additions and 8 deletions
|
@ -56,6 +56,5 @@
|
||||||
#include "wbuf.h"
|
#include "wbuf.h"
|
||||||
|
|
||||||
#include <db.h>
|
#include <db.h>
|
||||||
#include "tokuconst.h"
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
#include "x1764.h"
|
#include "x1764.h"
|
||||||
#include "rbuf.h"
|
#include "rbuf.h"
|
||||||
#include "wbuf.h"
|
#include "wbuf.h"
|
||||||
#include "tokuconst.h"
|
|
||||||
|
|
||||||
/* The number of transaction ids stored in the xids structure is
|
/* The number of transaction ids stored in the xids structure is
|
||||||
* represented by an 8-bit value. The value 255 is reserved.
|
* represented by an 8-bit value. The value 255 is reserved.
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
#include <ft/le-cursor.h>
|
#include <ft/le-cursor.h>
|
||||||
#include "indexer.h"
|
#include "indexer.h"
|
||||||
#include <ft/ft-internal.h>
|
#include <ft/ft-internal.h>
|
||||||
#include <ft/tokuconst.h>
|
|
||||||
#include <ft/ft-ops.h>
|
#include <ft/ft-ops.h>
|
||||||
#include <ft/leafentry.h>
|
#include <ft/leafentry.h>
|
||||||
#include <ft/ule.h>
|
#include <ft/ule.h>
|
||||||
|
|
|
@ -12,14 +12,12 @@
|
||||||
/*
|
/*
|
||||||
* The indexer
|
* The indexer
|
||||||
*/
|
*/
|
||||||
|
#include <toku_portability.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <toku_portability.h>
|
#include <toku_assert.h>
|
||||||
#include "toku_assert.h"
|
|
||||||
#include "ydb-internal.h"
|
|
||||||
#include <ft/le-cursor.h>
|
#include <ft/le-cursor.h>
|
||||||
#include "indexer.h"
|
|
||||||
#include <ft/tokuconst.h>
|
|
||||||
#include <ft/ft-ops.h>
|
#include <ft/ft-ops.h>
|
||||||
#include <ft/leafentry.h>
|
#include <ft/leafentry.h>
|
||||||
#include <ft/ule.h>
|
#include <ft/ule.h>
|
||||||
|
@ -27,6 +25,9 @@
|
||||||
#include <ft/log-internal.h>
|
#include <ft/log-internal.h>
|
||||||
#include <ft/checkpoint.h>
|
#include <ft/checkpoint.h>
|
||||||
|
|
||||||
|
#include "ydb-internal.h"
|
||||||
|
#include "indexer.h"
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////
|
||||||
// Engine status
|
// Engine status
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue