~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_show.cc

  • Committer: Brian Aker
  • Date: 2008-08-18 04:35:40 UTC
  • mfrom: (342 codestyle)
  • mto: This revision was merged to the branch mainline in revision 352.
  • Revision ID: brian@tangent.org-20080818043540-numg7vydi7b0bzcd
Mering Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include <drizzled/sql_show.h>
21
21
#include "repl_failsafe.h"
22
22
#include <mysys/my_dir.h>
 
23
#include <libdrizzle/gettext.h>
23
24
 
24
25
#define STR_OR_NIL(S) ((S) ? (S) : "<nil>")
25
26
 
4667
4668
 
4668
4669
    if (plugin->plugin->init(schema_table))
4669
4670
    {
4670
 
      sql_print_error("Plugin '%s' init function returned error.",
 
4671
      sql_print_error(_("Plugin '%s' init function returned error."),
4671
4672
                      plugin->name.str);
4672
4673
      goto err;
4673
4674
    }