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
00d1710c
Commit
00d1710c
authored
Feb 05, 2008
by
msvensson@pilot.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge pilot.mysql.com:/data/msvensson/mysql/bug31239/my51-bug31239
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-build
parents
ae9a5a2f
41f3d00e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
storage/ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp
storage/ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp
+2
-1
No files found.
storage/ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp
View file @
00d1710c
...
@@ -217,7 +217,8 @@ Dbtux::execTUX_BOUND_INFO(Signal* signal)
...
@@ -217,7 +217,8 @@ Dbtux::execTUX_BOUND_INFO(Signal* signal)
// fill in any gap
// fill in any gap
while
(
maxAttrId
[
j
]
<=
attrId
)
{
while
(
maxAttrId
[
j
]
<=
attrId
)
{
jam
();
jam
();
BoundInfo
&
b
=
boundInfo
[
j
][
maxAttrId
[
j
]
++
];
BoundInfo
&
b
=
boundInfo
[
j
][
maxAttrId
[
j
]];
maxAttrId
[
j
]
++
;
b
.
type2
=
-
1
;
b
.
type2
=
-
1
;
}
}
BoundInfo
&
b
=
boundInfo
[
j
][
attrId
];
BoundInfo
&
b
=
boundInfo
[
j
][
attrId
];
...
...
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