~stewart/drizzle/show-table-message-function

« back to all changes in this revision

Viewing changes to drizzled/plugin/table_function.cc

  • Committer: Stewart Smith
  • Date: 2010-03-18 10:17:08 UTC
  • mfrom: (1337.1.14 staging)
  • Revision ID: stewart@flamingspork.com-20100318101708-y04x45iuvm1hnbul
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
  proto.set_name(identifier.getTableName());
45
45
  proto.set_type(drizzled::message::Table::FUNCTION);
 
46
  proto.set_creation_timestamp(0);
 
47
  proto.set_update_timestamp(0);
46
48
 
47
49
  table_options= proto.mutable_options();
48
50
  table_options->set_collation_id(default_charset_info->number);