Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
6cf5a05d
Commit
6cf5a05d
authored
May 11, 2010
by
Paul McCullagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PBXT now builds correctly when DEBUG enabled
parent
1f6a936d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
storage/pbxt/src/ha_pbxt.cc
storage/pbxt/src/ha_pbxt.cc
+1
-0
storage/pbxt/src/myxt_xt.cc
storage/pbxt/src/myxt_xt.cc
+1
-0
storage/pbxt/src/xt_config.h
storage/pbxt/src/xt_config.h
+4
-0
No files found.
storage/pbxt/src/ha_pbxt.cc
View file @
6cf5a05d
...
...
@@ -80,6 +80,7 @@ using drizzled::plugin::InfoSchemaMethods;
#include "systab_xt.h"
#include "xaction_xt.h"
#include "backup_xt.h"
#include "heap_xt.h"
#ifdef DEBUG
//#define XT_USE_SYS_PAR_DEBUG_SIZES
...
...
storage/pbxt/src/myxt_xt.cc
View file @
6cf5a05d
...
...
@@ -54,6 +54,7 @@ extern pthread_key_t THR_Session;
#include "database_xt.h"
#include "cache_xt.h"
#include "datalog_xt.h"
#include "memory_xt.h"
static
void
myxt_bitmap_init
(
XTThreadPtr
self
,
MX_BITMAP
*
map
,
u_int
n_bits
);
static
void
myxt_bitmap_free
(
XTThreadPtr
self
,
MX_BITMAP
*
map
);
...
...
storage/pbxt/src/xt_config.h
View file @
6cf5a05d
...
...
@@ -128,4 +128,8 @@ const int max_connections = 500;
#endif
#endif
#if defined(DBUG_ON) && !defined(DBUG_OFF) && !defined(DEBUG)
#define DEBUG
#endif // DBUG_ON
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment