~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/information_schema_dictionary/domain_constraints.cc

Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  add_field("DOMAIN_CATALOG");
34
34
  add_field("DOMAIN_SCHEMA");
35
35
  add_field("DOMAIN_NAME");
36
 
  add_field("IS_DEFERRABLE");
37
 
  add_field("INITIALLY_DEFERRED");
 
36
  add_field("IS_DEFERRABLE", plugin::TableFunction::BOOLEAN, 0, false);
 
37
  add_field("INITIALLY_DEFERRED", plugin::TableFunction::BOOLEAN, 0, false);
38
38
}
39
39
 
40
40
void DomainConstraints::Generator::fill()