~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.cc

  • Committer: Brian Aker
  • Date: 2008-10-14 06:12:06 UTC
  • Revision ID: brian@gir-3.local-20081014061206-6eslv3c3sb59rgjd
Removed Field_tiny class

Show diffs side-by-side

added added

removed removed

Lines of Context:
4103
4103
                                 unsigned_flag);
4104
4104
    break;
4105
4105
  case DRIZZLE_TYPE_TINY:
4106
 
    field= new Field_tiny((unsigned char*) 0, max_length, null_ptr, 0, Field::NONE,
4107
 
                          name, 0, unsigned_flag);
 
4106
    assert(0);
4108
4107
    break;
4109
4108
  case DRIZZLE_TYPE_LONG:
4110
4109
    field= new Field_long((unsigned char*) 0, max_length, null_ptr, 0, Field::NONE,