~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handlerton.cc

  • Committer: Monty Taylor
  • Date: 2008-11-17 00:31:15 UTC
  • mfrom: (588 drizzle)
  • mto: (589.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 589.
  • Revision ID: monty@inaugust.com-20081117003115-victcikd0x2tqg1f
Merged trunk.

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