~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_insert.cc

  • Committer: Patrick Galbraith
  • Date: 2008-07-28 01:47:41 UTC
  • mto: (212.1.8 codestyle)
  • mto: This revision was merged to the branch mainline in revision 217.
  • Revision ID: patg@ishvara-20080728014741-yoasv5trt1ef9rha
Renamed FIELD_TYPE to DRIZZLE_TYPE

Show diffs side-by-side

added added

removed removed

Lines of Context:
1045
1045
  {
1046
1046
    if (!bitmap_is_set(write_set, (*field)->field_index) &&
1047
1047
        ((*field)->flags & NO_DEFAULT_VALUE_FLAG) &&
1048
 
        ((*field)->real_type() != FIELD_TYPE_ENUM))
 
1048
        ((*field)->real_type() != DRIZZLE_TYPE_ENUM))
1049
1049
    {
1050
1050
      bool view= false;
1051
1051
      if (table_list)