mirror of
https://github.com/MariaDB/server.git
synced 2025-09-11 05:52:26 +03:00
wl2240 - fix handling of distribution key wrt unique indexes
ndb/include/kernel/AttributeDescriptor.hpp: removed unused ndb/include/kernel/ndb_limits.h: removed unused ndb/src/kernel/blocks/dbdict/Dbdict.cpp: Differentiate between nullable columns and null fields TUP wants sum all other want #null cols ndb/src/kernel/blocks/dbdict/Dbdict.hpp: Differentiate between nullable columns and null fields TUP wants sum all other want #null cols ndb/src/kernel/blocks/dbtc/Dbtc.hpp: Handle distribution key and collation in same subroutine ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Handle distribution key and collation in same subroutine ndb/src/kernel/vm/VMSignal.hpp: Increase size of signal->theData to 32k ndb/test/ndbapi/testPartitioning.cpp: better usage
This commit is contained in:
@@ -30,7 +30,6 @@ private:
|
||||
static void setArray(Uint32 &, Uint32 arraySize);
|
||||
static void setOriginal(Uint32 &, Uint32 original);
|
||||
static void setNullable(Uint32 &, Uint32 nullable);
|
||||
static void setDGroup(Uint32 &, Uint32 dgroup);
|
||||
static void setDKey(Uint32 &, Uint32 dkey);
|
||||
static void setPrimaryKey(Uint32 &, Uint32 dkey);
|
||||
static void setDynamic(Uint32 &, Uint32 dynamicInd);
|
||||
|
Reference in New Issue
Block a user