diff options
author | unknown <joreland@mysql.com> | 2004-07-06 17:47:56 +0200 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-07-06 17:47:56 +0200 |
commit | f1ef636a3d13c3e5dcc1199c0c60f1ab203acc09 (patch) | |
tree | 74a7c8ab30bbe1669fda65dab5415ddc7d35aa32 /ndb | |
parent | e1fdd5f639fc323ed0ffa79e7a46a15591b45aaf (diff) | |
parent | 10935692c9a3256b266e9311dcc3723c671db52a (diff) | |
download | mariadb-git-f1ef636a3d13c3e5dcc1199c0c60f1ab203acc09.tar.gz |
Merge mysql.com:/home/jonas/src/mysql-4.1
into mysql.com:/home/jonas/src/mysql-4.1-ndb
mysql-test/mysql-test-run.sh:
Auto merged
ndb/src/ndbapi/NdbDictionaryImpl.cpp:
Auto merged
Diffstat (limited to 'ndb')
-rw-r--r-- | ndb/src/ndbapi/NdbDictionaryImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/ndbapi/NdbDictionaryImpl.cpp b/ndb/src/ndbapi/NdbDictionaryImpl.cpp index e2d5f15cd5b..71a51efde70 100644 --- a/ndb/src/ndbapi/NdbDictionaryImpl.cpp +++ b/ndb/src/ndbapi/NdbDictionaryImpl.cpp @@ -1416,7 +1416,7 @@ NdbDictInterface::createOrAlterTable(Ndb & ndb, s = SimpleProperties::pack(w, &tmpAttr, DictTabInfo::AttributeMapping, - DictTabInfo::TableMappingSize, true); + DictTabInfo::AttributeMappingSize, true); w.add(DictTabInfo::AttributeEnd, 1); } |