~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_plugin.cc

Merged from Andrew.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1565
1565
     * mess gets redesigned
1566
1566
     */
1567
1567
    if (tgt == NULL)
1568
 
      sql_print_error(_("Out of memor."));
 
1568
      sql_print_error(_("Out of memory."));
1569
1569
 
1570
1570
  }
1571
1571
}