coll.add(new CheckTableAction.ExtendedCheckTableAction(app, _resources, this));
coll.add(new CheckTableAction.FastCheckTableAction(app, _resources, this));
coll.add(new CheckTableAction.MediumCheckTableAction(app, _resources, this));
coll.add(new CheckTableAction.QuickCheckTableAction(app, _resources, this));
coll.add(new ExplainSelectTableAction(app, _resources, this));
coll.add(new ExplainTableAction(app, _resources, this));
coll.add(new OptimizeTableAction(app, _resources, this));
coll.add(new RenameTableAction(app, _resources, this));
coll.add(new CreateDatabaseAction(app, _resources, this));
coll.add(new DropDatabaseAction(app, _resources, this));