Fixed typo

This commit is contained in:
unknown 2004-07-06 17:45:37 +02:00
parent 82912d989c
commit f5652ffa15

View File

@ -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);
} }