~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/table_function.h

  • Committer: Brian Aker
  • Date: 2011-01-25 05:20:15 UTC
  • mto: (2109.1.6 drizzle-build)
  • mto: This revision was merged to the branch mainline in revision 2112.
  • Revision ID: brian@tangent.org-20110125052015-nw5jhmiq0at1qt9u
Merge in reference from pointer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
  TableFunction& operator=(const TableFunction &);
69
69
 
70
70
  message::Table proto;
71
 
  TableIdentifier identifier;
 
71
  identifier::Table identifier;
72
72
  std::string local_path;
73
73
  std::string original_table_label;
74
74
 
99
99
    BOOLEAN,
100
100
    NUMBER,
101
101
    STRING,
102
 
    VARBINARY
 
102
    VARBINARY,
 
103
    SIZE
103
104
  };
104
105
 
105
106
  class Generator