~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handlerton.cc

  • Committer: Brian Aker
  • Date: 2008-11-16 02:03:36 UTC
  • mfrom: (584.2.8 drizzle-nofrm)
  • Revision ID: brian@tangent.org-20081116020336-89horp2vrgqoqv0f
Merge stewert

Show diffs side-by-side

added added

removed removed

Lines of Context:
248
248
    }
249
249
  }
250
250
 
 
251
  hton->name= plugin->name.str;
 
252
 
251
253
  /*
252
254
    the switch below and hton->state should be removed when
253
255
    command-line options for plugins will be implemented