~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

  • Committer: Monty Taylor
  • Date: 2009-04-11 00:30:51 UTC
  • mto: (992.1.1 mordred)
  • mto: This revision was merged to the branch mainline in revision 990.
  • Revision ID: mordred@inaugust.com-20090411003051-5eljdi7ftalit7pr
Renamed st_mysql_plugin to drizzled_plugin_manifest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
 
156
156
  result_type operator() (argument_type plugin)
157
157
  {
158
 
    struct st_mysql_plugin *plug= plugin_decl(plugin);
 
158
    struct drizzled_plugin_manifest *plug= plugin_decl(plugin);
159
159
    const CHARSET_INFO * const cs= system_charset_info;
160
160
  
161
161
    restore_record(table, s->default_values);