~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/parser.cc

  • Committer: Brian Aker
  • Date: 2011-02-08 07:38:31 UTC
  • mto: (2152.2.1 alter-table)
  • mto: This revision was merged to the branch mainline in revision 2154.
  • Revision ID: brian@tangent.org-20110208073831-rlubokx1s5icstau
Merge in varbinary build method.

Show diffs side-by-side

added added

removed removed

Lines of Context:
520
520
drizzled::enum_field_types buildVarbinaryColumn(LEX *lex, const char *length)
521
521
{
522
522
  lex->length= const_cast<char *>(length);
 
523
  lex->charset= &my_charset_bin;
523
524
 
524
525
  if (lex->field())
525
526
  {