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
ae737a1f
Commit
ae737a1f
authored
Jan 20, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix so that ndb builds --without-ndb-binlog
parent
4234038b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
sql/ha_ndbcluster_binlog.h
sql/ha_ndbcluster_binlog.h
+6
-8
No files found.
sql/ha_ndbcluster_binlog.h
View file @
ae737a1f
...
...
@@ -27,8 +27,6 @@ typedef NdbDictionary::Event NDBEVENT;
extern
ulong
ndb_extra_logging
;
#ifdef HAVE_NDB_BINLOG
#define INJECTOR_EVENT_LEN 200
enum
SCHEMA_OP_TYPE
...
...
@@ -45,13 +43,14 @@ enum SCHEMA_OP_TYPE
const
uint
max_ndb_nodes
=
64
;
/* multiple of 32 */
static
const
char
*
ha_ndb_ext
=
".ndb"
;
static
const
char
share_prefix
[]
=
"./"
;
#ifdef HAVE_NDB_BINLOG
extern
pthread_t
ndb_binlog_thread
;
extern
pthread_mutex_t
injector_mutex
;
extern
pthread_cond_t
injector_cond
;
static
const
char
*
ha_ndb_ext
=
".ndb"
;
static
const
char
share_prefix
[]
=
"./"
;
extern
unsigned
char
g_node_id_map
[
max_ndb_nodes
];
extern
handlerton
ndbcluster_hton
;
extern
pthread_t
ndb_util_thread
;
...
...
@@ -114,6 +113,8 @@ ndbcluster_show_status_binlog(THD* thd, stat_print_fn *stat_print,
the ndb binlog code
*/
int
ndbcluster_find_all_files
(
THD
*
thd
);
#endif
/* HAVE_NDB_BINLOG */
void
ndb_unpack_record
(
TABLE
*
table
,
NdbValue
*
value
,
MY_BITMAP
*
defined
,
byte
*
buf
);
...
...
@@ -157,6 +158,3 @@ void
set_thd_ndb
(
THD
*
thd
,
Thd_ndb
*
thd_ndb
)
{
thd
->
ha_data
[
ndbcluster_hton
.
slot
]
=
thd_ndb
;
}
Ndb
*
check_ndb_in_thd
(
THD
*
thd
);
#endif
/* HAVE_NDB_BINLOG */
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