~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/info_schema.cc

  • Committer: Brian Aker
  • Date: 2009-12-05 01:48:28 UTC
  • mfrom: (1237.2.12 push)
  • Revision ID: brian@gaz-20091205014828-xd4e29ujttx2xe2j
MergeĀ forĀ staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
  return 0;
159
159
}
160
160
 
161
 
drizzle_declare_plugin
 
161
DRIZZLE_DECLARE_PLUGIN
162
162
{
163
163
  "info_schema",
164
164
  "1.1",
171
171
  NULL,
172
172
  NULL
173
173
}
174
 
drizzle_declare_plugin_end;
 
174
DRIZZLE_DECLARE_PLUGIN_END;