mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
bug#18040 - ndb - online build of unique index
Make sure that senderData value in communiation with LQH does not get overwritten by incorrect union storage/ndb/src/kernel/blocks/suma/Suma.hpp: Fix union, or otherwise values will be over written
This commit is contained in:
parent
95f1fda117
commit
5859b56729
1 changed files with 2 additions and 1 deletions
|
@ -239,7 +239,8 @@ public:
|
|||
suma.progError(line, cause, extra);
|
||||
}
|
||||
|
||||
union { Uint32 nextPool; Uint32 nextList; Uint32 prevList; Uint32 ptrI; };
|
||||
Uint32 prevList; Uint32 ptrI;
|
||||
union { Uint32 nextPool; Uint32 nextList; };
|
||||
};
|
||||
friend struct SyncRecord;
|
||||
|
||||
|
|
Loading…
Reference in a new issue