mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
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:
commit
18013bbb94
1 changed files with 2 additions and 1 deletions
|
@ -241,7 +241,8 @@ public:
|
||||||
void runDROP_TRIG_REF(Signal* signal);
|
void runDROP_TRIG_REF(Signal* signal);
|
||||||
void runDropTrig(Signal* signal, Uint32 triggerId, Uint32 tableId);
|
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;
|
friend struct SyncRecord;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue