~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_insert.cc

  • Committer: Brian Aker
  • Date: 2008-07-28 03:45:43 UTC
  • mfrom: (212.1.8 codestyle)
  • Revision ID: brian@tangent.org-20080728034543-qulvxdig8powjsj1
Merge from Monty

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() != MYSQL_TYPE_ENUM))
 
1048
        ((*field)->real_type() != DRIZZLE_TYPE_ENUM))
1049
1049
    {
1050
1050
      bool view= false;
1051
1051
      if (table_list)