~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin_registry.h

Merge Padraig

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
struct st_plugin_int;
29
29
class StorageEngine;
30
 
struct InfoSchemaTable;
 
30
class InfoSchemaTable;
31
31
class Function_builder;
32
32
class Logging_handler;
33
33
class Error_message_handler;