~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table/temporary.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:
32
32
  TableShare *_share; /**< Pointer to the shared metadata about the table */
33
33
 
34
34
public:
35
 
  Temporary(const TableIdentifier::Type type_arg,
36
 
            const TableIdentifier &identifier,
 
35
  Temporary(const identifier::Table::Type type_arg,
 
36
            const identifier::Table &identifier,
37
37
             char *path_arg, uint32_t path_length_arg) :
38
38
    Table()
39
39
  {