~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/table_function.cc

Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
  default:
111
111
  case TableFunction::BOOLEAN: // Currently BOOLEAN always has a value
112
112
    field_length= 5;
113
 
    field_options->set_default_null(false);
114
 
    field_constraints->set_is_nullable(false);
115
113
  case TableFunction::STRING:
116
114
    {
117
115
      drizzled::message::Table::Field::StringFieldOptions *string_field_options;