~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/db.cc

  • Committer: Brian Aker
  • Date: 2009-02-09 19:20:19 UTC
  • Revision ID: brian@tangent.org-20090209192019-ihmx9nwacvq9ivrn
Remove charset directory code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
  close(fd);
240
240
 
241
241
  buffer= db.collation();
242
 
  if (!(create->default_table_charset= get_charset_by_name(buffer.c_str(),
243
 
                                                           MYF(0))))
 
242
  if (!(create->default_table_charset= get_charset_by_name(buffer.c_str())))
244
243
  {
245
244
    errmsg_printf(ERRMSG_LVL_ERROR,
246
245
                  _("Error while loading database options: '%s':"),path);