mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-maint
This commit is contained in:
commit
ff18ecfbef
1 changed files with 1 additions and 1 deletions
|
@ -6883,7 +6883,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
|
||||
AttributeRecordPtr aRecPtr;
|
||||
c_attributeRecordPool.getPtr(aRecPtr, tablePtr.p->firstAttribute);
|
||||
|
|
Loading…
Reference in a new issue