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
8e43a766
Commit
8e43a766
authored
Dec 29, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge for condition pushdown
parent
3bac51fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
sql/ha_ndbcluster.cc
sql/ha_ndbcluster.cc
+1
-1
sql/ha_ndbcluster.h
sql/ha_ndbcluster.h
+3
-3
No files found.
sql/ha_ndbcluster.cc
View file @
8e43a766
...
...
@@ -228,7 +228,7 @@ Ndb_item::Ndb_item(NDB_ITEM_TYPE item_type,
break
;
case
(
Item
:
:
VARBIN_ITEM
)
:
{
Ndb_item_string_value
*
string_value
=
new
Ndb_item_string_value
();
Item_
varbinary
*
varbin_item
=
(
Item_varbinary
*
)
item_value
;
Item_
bin_string
*
varbin_item
=
(
Item_bin_string
*
)
item_value
;
string_value
->
s
=
varbin_item
->
str_value
;
string_value
->
c
=
varbin_item
->
collation
.
collation
;
value
.
string_value
=
string_value
;
...
...
sql/ha_ndbcluster.h
View file @
8e43a766
...
...
@@ -383,9 +383,9 @@ class ha_ndbcluster: public handler
void
generate_scan_filter
(
Ndb_cond_stack
*
cond_stack
,
NdbScanOperation
*
op
);
friend
int
execute_commit
(
ha_ndbcluster
*
,
Ndb
Conne
ction
*
);
friend
int
execute_no_commit
(
ha_ndbcluster
*
,
Ndb
Conne
ction
*
);
friend
int
execute_no_commit_ie
(
ha_ndbcluster
*
,
Ndb
Conne
ction
*
);
friend
int
execute_commit
(
ha_ndbcluster
*
,
Ndb
Transa
ction
*
);
friend
int
execute_no_commit
(
ha_ndbcluster
*
,
Ndb
Transa
ction
*
);
friend
int
execute_no_commit_ie
(
ha_ndbcluster
*
,
Ndb
Transa
ction
*
);
NdbTransaction
*
m_active_trans
;
NdbScanOperation
*
m_active_cursor
;
...
...
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