From 121b8d37643928f31aadd5fba956fefdc81c2b83 Mon Sep 17 00:00:00 2001 From: "jonas@perch.ndb.mysql.com" <> Date: Thu, 9 Mar 2006 11:10:24 +0100 Subject: bug#18040 - ndb online index build (not possible from SQL in 4.1 & 5.0) --- ndb/src/kernel/blocks/suma/Suma.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ndb/src/kernel/blocks/suma/Suma.hpp b/ndb/src/kernel/blocks/suma/Suma.hpp index 08987fa9420..0bc56e51c4f 100644 --- a/ndb/src/kernel/blocks/suma/Suma.hpp +++ b/ndb/src/kernel/blocks/suma/Suma.hpp @@ -241,7 +241,8 @@ public: void runDROP_TRIG_REF(Signal* signal); void runDropTrig(Signal* signal, Uint32 triggerId, Uint32 tableId); - union { Uint32 nextPool; Uint32 nextList; Uint32 ptrI; }; + Uint32 ptrI; + union { Uint32 nextPool; Uint32 nextList; }; }; friend struct SyncRecord; -- cgit v1.2.1