Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0

into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
This commit is contained in:
unknown 2006-03-13 14:40:32 +01:00
commit 7b3b008b57

View File

@ -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;