~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2011-01-10 01:11:06 UTC
  • mto: This revision was merged to the branch mainline in revision 2069.
  • Revision ID: brian@tangent.org-20110110011106-9zmvzhhkp5r90atu
Fixes naming conventions and issues around notnull being "true" by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1049
1049
            {
1050
1050
              message::Table::Field::FieldConstraints *constraints;
1051
1051
              constraints= protofield->mutable_constraints();
1052
 
              constraints->set_is_nullable(false);
 
1052
              constraints->set_is_notnull(true);
1053
1053
            }
1054
1054
 
1055
1055
          }