~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 21:26:46 UTC
  • mfrom: (1340.1.5 build)
  • Revision ID: brian@gaz-20100317212646-mv7kwq3yeefbe8lh
Merge in I_S tables.

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_schema(identifier.getSchemaName());
46
46
  proto.set_type(drizzled::message::Table::FUNCTION);
47
47
  proto.set_creation_timestamp(0);