~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto.cc

  • Committer: Brian Aker
  • Date: 2011-03-28 02:46:21 UTC
  • Revision ID: brian@tangent.org-20110328024621-wtkdtlvdplqm0ybf
Shift CHARSET_INFO to charset_info_st

Show diffs side-by-side

added added

removed removed

Lines of Context:
524
524
        else
525
525
          collation_id= table_proto.options().collation_id();
526
526
 
527
 
        const CHARSET_INFO *cs= get_charset(collation_id);
 
527
        const charset_info_st *cs= get_charset(collation_id);
528
528
 
529
529
        mbmaxlen= cs->mbmaxlen;
530
530
      }