~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

  • Committer: Lee
  • Date: 2009-01-06 20:24:58 UTC
  • mfrom: (759 drizzle)
  • mto: This revision was merged to the branch mainline in revision 763.
  • Revision ID: lbieber@lbieber-desktop-20090106202458-82n4kyftrnakvl4r
merge with latest from the trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
4682
4682
 
4683
4683
    if (plugin->plugin->init(schema_table))
4684
4684
    {
4685
 
      sql_print_error(_("Plugin '%s' init function returned error."),
4686
 
                      plugin->name.str);
 
4685
      errmsg_printf(ERRMSG_LVL_ERROR,
 
4686
                    _("Plugin '%s' init function returned error."),
 
4687
                    plugin->name.str);
4687
4688
      goto err;
4688
4689
    }
4689
4690