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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
bbb5af9c
Commit
bbb5af9c
authored
Jan 20, 2006
by
tomas@poseidon.ndb.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into poseidon.ndb.mysql.com:/home/tomas/mysql51
parents
5788197d
826d0066
Changes
1
Hide 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 @
bbb5af9c
...
...
@@ -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