~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/str/set_collation.cc

  • Committer: Brian Aker
  • Date: 2009-05-15 19:36:46 UTC
  • mfrom: (1022.1.3 merge)
  • Revision ID: brian@gaz-20090515193646-g0vvy78rkk08e440
Merge in changes for charset and dead code cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
             colname, args[0]->collation.collation->csname);
57
57
    return;
58
58
  }
59
 
  collation.set(set_collation, DERIVATION_EXPLICIT,
60
 
                args[0]->collation.repertoire);
 
59
  collation.set(set_collation, DERIVATION_EXPLICIT);
61
60
  max_length= args[0]->max_length;
62
61
}
63
62