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
45e18df8
Commit
45e18df8
authored
Apr 25, 2007
by
knielsen@ymer.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
After-merge fixes.
parent
ae8f9ac9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
storage/ndb/include/kernel/signaldata/ScanTab.hpp
storage/ndb/include/kernel/signaldata/ScanTab.hpp
+1
-1
storage/ndb/src/ndbapi/NdbScanOperation.cpp
storage/ndb/src/ndbapi/NdbScanOperation.cpp
+1
-1
No files found.
storage/ndb/include/kernel/signaldata/ScanTab.hpp
View file @
45e18df8
...
@@ -116,7 +116,7 @@ private:
...
@@ -116,7 +116,7 @@ private:
x = Range Scan (TUX) - 1 Bit 15
x = Range Scan (TUX) - 1 Bit 15
b = Scan batch - 10 Bit 16-25 (max 1023)
b = Scan batch - 10 Bit 16-25 (max 1023)
d = Distribution key flag - 1 Bit 26
d = Distribution key flag - 1 Bit 26
n = No disk flag
n = No disk flag
- 1 Bit 9
1111111111222222222233
1111111111222222222233
01234567890123456789012345678901
01234567890123456789012345678901
...
...
storage/ndb/src/ndbapi/NdbScanOperation.cpp
View file @
45e18df8
...
@@ -140,7 +140,7 @@ NdbScanOperation::readTuples(NdbScanOperation::LockMode lm,
...
@@ -140,7 +140,7 @@ NdbScanOperation::readTuples(NdbScanOperation::LockMode lm,
theNdbCon
->
theScanningOp
=
this
;
theNdbCon
->
theScanningOp
=
this
;
bool
tupScan
=
(
scan_flags
&
SF_TupScan
);
bool
tupScan
=
(
scan_flags
&
SF_TupScan
);
#if
1
// XXX temp for testing
#if
0
// XXX temp for testing
{ char* p = getenv("NDB_USE_TUPSCAN");
{ char* p = getenv("NDB_USE_TUPSCAN");
if (p != 0) {
if (p != 0) {
unsigned n = atoi(p); // 0-10
unsigned n = atoi(p); // 0-10
...
...
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