~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

  • Committer: Monty Taylor
  • Date: 2009-01-25 14:29:57 UTC
  • mfrom: (811 drizzle)
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 816.
  • Revision ID: mordred@inaugust.com-20090125142957-qd2dc0x4lbdeut84
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
** List all table types supported
113
113
***************************************************************************/
114
114
 
115
 
static bool show_plugins(Session *session, plugin_ref plugin,
116
 
                            void *arg)
 
115
static bool show_plugins(Session *session, plugin_ref plugin, void *arg)
117
116
{
118
117
  Table *table= (Table*) arg;
119
118
  struct st_mysql_plugin *plug= plugin_decl(plugin);
4547
4546
    schema_table->table_name= plugin->name.str;
4548
4547
  }
4549
4548
 
 
4549
  plugin->state= PLUGIN_IS_READY;
 
4550
 
4550
4551
  return 0;
4551
4552
err:
4552
4553
  delete schema_table;