~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/table_function.cc

  • Committer: Brian Aker
  • Date: 2010-03-17 19:18:40 UTC
  • mto: This revision was merged to the branch mainline in revision 1354.
  • Revision ID: brian@gaz-20100317191840-9ro7fajqp6lhaqjo
Update, we now have all of the ANSI INFORMATION_SCHEMA listed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
  drizzled::message::Table::StorageEngine *engine;
42
42
  drizzled::message::Table::TableOptions *table_options;
43
43
 
44
 
  proto.set_name(identifier.getTableName());
 
44
  proto.set_name(getTableLabel());
45
45
  proto.set_type(drizzled::message::Table::FUNCTION);
46
46
  proto.set_creation_timestamp(0);
47
47
  proto.set_update_timestamp(0);