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
8b1527c6
Commit
8b1527c6
authored
Nov 17, 2004
by
joreland@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wl#2126 ndb blobs can't be batched
parent
1c75becb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
sql/ha_ndbcluster.cc
sql/ha_ndbcluster.cc
+13
-0
No files found.
sql/ha_ndbcluster.cc
View file @
8b1527c6
...
...
@@ -4552,6 +4552,19 @@ ha_ndbcluster::read_multi_range_first(key_multi_range **found_range_p,
ulong
reclength
=
table
->
reclength
;
NdbOperation
*
op
;
if
(
uses_blob_value
(
m_retrieve_all_fields
))
{
/**
* blobs can't be batched currently
*/
m_disable_multi_read
=
true
;
return
handler
::
read_multi_range_first
(
found_range_p
,
ranges
,
range_count
,
sorted
,
buffer
);
}
switch
(
index_type
){
case
UNIQUE_INDEX
:
case
PRIMARY_KEY_INDEX
:
...
...
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