~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/dtcollation.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:
197
197
        set(dt);
198
198
        return 0;
199
199
      }
200
 
      const CHARSET_INFO * const bin= get_charset_by_csname(collation->csname,
201
 
                                                            MY_CS_BINSORT,
202
 
                                                            MYF(0));
 
200
      const CHARSET_INFO * const bin= get_charset_by_csname(collation->csname, MY_CS_BINSORT);
203
201
      set(bin, DERIVATION_NONE);
204
202
    }
205
203
  }