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
e36d064a
Commit
e36d064a
authored
Dec 15, 2004
by
joreland@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wl2126 - ndb - merge and ifdef still waiting for inge
parent
41155195
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
sql/ha_ndbcluster.cc
sql/ha_ndbcluster.cc
+2
-0
sql/ha_ndbcluster.h
sql/ha_ndbcluster.h
+4
-4
No files found.
sql/ha_ndbcluster.cc
View file @
e36d064a
...
...
@@ -4794,6 +4794,7 @@ int ha_ndbcluster::write_ndb_file()
DBUG_RETURN
(
error
);
}
#ifdef key_multi_range
int
ha_ndbcluster
::
read_multi_range_first
(
key_multi_range
**
found_range_p
,
key_multi_range
*
ranges
,
...
...
@@ -5135,5 +5136,6 @@ ha_ndbcluster::setup_recattr(const NdbRecAttr* curr)
DBUG_RETURN
(
0
);
}
#endif
#endif
/* HAVE_NDBCLUSTER_DB */
sql/ha_ndbcluster.h
View file @
e36d064a
...
...
@@ -113,10 +113,10 @@ class ha_ndbcluster: public handler
/**
* Multi range stuff
*/
int
read_multi_range_first
(
key_multi_range
**
found_range_p
,
key_multi_range
*
ranges
,
uint
range_count
,
bool
sorted
,
handler_buffer
*
buffer
);
int
read_multi_range_next
(
key_multi_range
**
found_range_p
);
int
read_multi_range_first
(
struct
key_multi_range
**
found_range_p
,
struct
key_multi_range
*
ranges
,
uint
range_count
,
bool
sorted
,
struct
handler_buffer
*
buffer
);
int
read_multi_range_next
(
struct
key_multi_range
**
found_range_p
);
bool
get_error_message
(
int
error
,
String
*
buf
);
void
info
(
uint
);
...
...
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