19 #ifndef DROP_TABLE_HPP
20 #define DROP_TABLE_HPP
22 #include "SignalData.hpp"
25 STATIC_CONST( SignalLength = 7 );
27 union { Uint32 clientRef, senderRef; };
28 union { Uint32 clientData, senderData; };
37 STATIC_CONST( SignalLength = 5 );
40 union { Uint32 clientData, senderData; };
47 STATIC_CONST( SignalLength = 9 );
50 union { Uint32 clientData, senderData; };
64 InvalidTableVersion = 241,
66 NoDropTableRecordAvailable = 1229,
67 BackupInProgress = 761,
69 ActiveSchemaTrans = 785