~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.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:
1566
1566
 
1567
1567
      if (field_item->result_type() == STRING_RESULT)
1568
1568
      {
1569
 
        const CHARSET_INFO * const cs= ((Field_str*) field_item->field)->charset();
 
1569
        const charset_info_st * const cs= ((Field_str*) field_item->field)->charset();
1570
1570
        if (!item)
1571
1571
        {
1572
1572
          Item_func_eq *eq_item;