204
220
static bool afterDropTable(Session &session, const drizzled::TableIdentifier &table, int err);
205
221
static bool beforeRenameTable(Session &session, const drizzled::TableIdentifier &from, const drizzled::TableIdentifier &to);
206
222
static bool afterRenameTable(Session &session, const drizzled::TableIdentifier &from, const drizzled::TableIdentifier &to, int err);
208
228
/*==========================================================*/
209
229
/* Static meathods called by drizzle to notify interested plugins