~eday/drizzle/eday-dev

« back to all changes in this revision

Viewing changes to drizzled/plugin/manifest.h

  • Committer: Eric Day
  • Date: 2010-01-07 20:02:38 UTC
  • mfrom: (971.3.291 staging)
  • Revision ID: eday@oddments.org-20100107200238-uqw8v6kv9pl7nny5
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 */
53
53
struct Manifest
54
54
{
 
55
  uint64_t drizzle_version;  /* Drizzle version the plugin was compiled for  */
55
56
  const char *name;          /* plugin name (for SHOW PLUGINS)               */
56
57
  const char *version;       /* plugin version (for SHOW PLUGINS)            */
57
58
  const char *author;        /* plugin author (for SHOW PLUGINS)             */