Commit f5652ffa authored by unknown's avatar unknown

Fixed typo

parent 82912d98
...@@ -1417,7 +1417,7 @@ NdbDictInterface::createOrAlterTable(Ndb & ndb, ...@@ -1417,7 +1417,7 @@ NdbDictInterface::createOrAlterTable(Ndb & ndb,
s = SimpleProperties::pack(w, s = SimpleProperties::pack(w,
&tmpAttr, &tmpAttr,
DictTabInfo::AttributeMapping, DictTabInfo::AttributeMapping,
DictTabInfo::TableMappingSize, true); DictTabInfo::AttributeMappingSize, true);
w.add(DictTabInfo::AttributeEnd, 1); w.add(DictTabInfo::AttributeEnd, 1);
} }
......
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