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:
@@ -217,7 +217,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];
|
||||
|
Reference in New Issue
Block a user