~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_plugin.h

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
                     SHOW_LONG_STATUS, SHOW_DOUBLE_STATUS, SHOW_HAVE,   \
36
36
                     SHOW_MY_BOOL, SHOW_HA_ROWS, SHOW_SYS, SHOW_LONG_NOFLUSH, \
37
37
                     SHOW_LONGLONG_STATUS
38
 
#include <mysql/plugin.h>
 
38
#include <drizzled/plugin.h>
39
39
#undef SHOW_FUNC
40
40
typedef enum enum_mysql_show_type SHOW_TYPE;
41
41
typedef struct st_mysql_show_var SHOW_VAR;