~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_plugin.h

  • Committer: Brian Aker
  • Date: 2008-07-24 01:17:13 UTC
  • mfrom: (202.1.18 codestyle)
  • Revision ID: brian@tangent.org-20080724011713-5jceruz4bd4oawaq
Merge Monty's work.

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 <drizzle/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;