~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/handler/ha_innodb.cc

  • Committer: Brian Aker
  • Date: 2008-08-14 20:59:41 UTC
  • Revision ID: brian@tangent.org-20080814205941-rdqc6mqguf50mvoq
Remove SET

Show diffs side-by-side

added added

removed removed

Lines of Context:
2581
2581
                *unsigned_flag = 0;
2582
2582
        }
2583
2583
 
2584
 
        if (field->real_type() == DRIZZLE_TYPE_ENUM
2585
 
                || field->real_type() == DRIZZLE_TYPE_SET) {
 
2584
        if (field->real_type() == DRIZZLE_TYPE_ENUM) {
2586
2585
 
2587
2586
                /* MySQL has field->type() a string type for these, but the
2588
2587
                data is actually internally stored as an unsigned integer