~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.cc

  • Committer: Monty Taylor
  • Date: 2009-02-04 01:21:42 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 832.
  • Revision ID: mordred@inaugust.com-20090204012142-90dp0sgmppa7kviv
Fixed solaris fixes on linux.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1766
1766
  case DRIZZLE_TYPE_BLOB:               return 4+portable_sizeof_char_ptr;
1767
1767
  case DRIZZLE_TYPE_ENUM:
1768
1768
  case DRIZZLE_TYPE_NEWDECIMAL:
 
1769
  case DRIZZLE_TYPE_VIRTUAL:
1769
1770
    abort();
1770
1771
  }
 
1772
#ifndef __sun
 
1773
  return 0;
 
1774
#endif
1771
1775
}
1772
1776
 
1773
1777