Commit fb9c0158 authored by unknown's avatar unknown

Merge pilot.mysql.com:/data/msvensson/mysql/bug31239/my50-bug31239

into  pilot.mysql.com:/data/msvensson/mysql/mysql-5.0-build

parents 6357f5cc 4db374eb
......@@ -216,7 +216,8 @@ Dbtux::execTUX_BOUND_INFO(Signal* signal)
// fill in any gap
while (maxAttrId[j] <= attrId) {
jam();
BoundInfo& b = boundInfo[j][maxAttrId[j]++];
BoundInfo& b = boundInfo[j][maxAttrId[j]];
maxAttrId[j]++;
b.type2 = -1;
}
BoundInfo& b = boundInfo[j][attrId];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment