~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/loader.cc

  • Committer: Monty Taylor
  • Date: 2009-12-17 18:39:55 UTC
  • mto: (1241.12.9 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091217183955-75f6jnpbho4sma6t
We don't actually support an array of these, so remove the extra bits.

Show diffs side-by-side

added added

removed removed

Lines of Context:
411
411
  */
412
412
  for (builtins= drizzled_builtins; *builtins; builtins++)
413
413
  {
414
 
    for (manifest= *builtins; manifest->name; manifest++)
 
414
    manifest= *builtins;
 
415
    if (manifest->name != NULL)
415
416
    {
416
417
      module= new (std::nothrow) plugin::Module(manifest);
417
418
      if (module == NULL)