mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb
into poseidon.mysql.com:/home/tomas/mysql-5.1-new-ndb storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp: Auto merged
This commit is contained in:
commit
07b2d9e5bf
1 changed files with 1 additions and 1 deletions
|
@ -8068,7 +8068,7 @@ Dbdict::createIndex_toCreateTable(Signal* signal, OpCreateIndexPtr opPtr)
|
|||
w.add(DictTabInfo::NoOfKeyAttr, indexPtr.p->noOfPrimkey);
|
||||
w.add(DictTabInfo::NoOfNullable, indexPtr.p->noOfNullAttr);
|
||||
w.add(DictTabInfo::KeyLength, indexPtr.p->tupKeyLength);
|
||||
w.add(DictTabInfo::SingleUserMode, (Uint32)1);
|
||||
w.add(DictTabInfo::SingleUserMode, (Uint32)NDB_SUM_READ_WRITE);
|
||||
// write index key attributes
|
||||
for (k = 0; k < opPtr.p->m_attrList.sz; k++) {
|
||||
// insert the attributes in the order decided above in attrid_map
|
||||
|
|
Loading…
Reference in a new issue