~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin_audit.h

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
  API for Audit plugin. (MYSQL_AUDIT_PLUGIN)
21
21
*/
22
22
 
23
 
#include "plugin.h"
 
23
#include <drizzled/plugin.h>
24
24
 
25
25
#define MYSQL_AUDIT_CLASS_MASK_SIZE 1
26
26