1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-29 00:08:14 +03:00

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

into  pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-build
This commit is contained in:
msvensson@pilot.mysql.com
2008-02-05 13:53:40 +01:00

View File

@@ -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];