~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2010-02-20 14:06:29 UTC
  • mto: (1273.19.18 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1309.
  • Revision ID: brian@gir.tangent.org-20100220140629-frivcnrrqk2h7nzb
Fixing charset return.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
    apply it to the table.
87
87
  */
88
88
  if (create_info->default_table_charset == NULL)
89
 
    create_info->default_table_charset= get_default_db_collation(db);
 
89
    create_info->default_table_charset= plugin::StorageEngine::getSchemaCollation(db);
90
90
}
91
91
 
92
92
/*