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
a16c8ef8
Commit
a16c8ef8
authored
Dec 14, 2013
by
Rich Prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#152 fix MDEV-5399
parent
584bb223
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
36 deletions
+35
-36
storage/tokudb/ha_tokudb.cc
storage/tokudb/ha_tokudb.cc
+33
-34
storage/tokudb/ha_tokudb.h
storage/tokudb/ha_tokudb.h
+2
-2
No files found.
storage/tokudb/ha_tokudb.cc
View file @
a16c8ef8
This diff is collapsed.
Click to expand it.
storage/tokudb/ha_tokudb.h
View file @
a16c8ef8
...
...
@@ -764,8 +764,8 @@ public:
private:
int
read_full_row
(
uchar
*
buf
);
int
__close
();
int
get_next
(
uchar
*
buf
,
int
direction
,
DBT
*
key_to_compare
);
int
read_data_from_range_query_buff
(
uchar
*
buf
,
bool
need_val
);
int
get_next
(
uchar
*
buf
,
int
direction
,
DBT
*
key_to_compare
,
bool
do_key_read
);
int
read_data_from_range_query_buff
(
uchar
*
buf
,
bool
need_val
,
bool
do_key_read
);
// for ICP, only in MariaDB and MySQL 5.6
#if defined(MARIADB_BASE_VERSION) || (50600 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 50699)
enum
icp_result
toku_handler_index_cond_check
(
Item
*
pushed_idx_cond
);
...
...
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