~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/alter_info.h

  • Committer: Eric Day
  • Date: 2010-01-07 20:02:38 UTC
  • mfrom: (1259.4.2 staging)
  • mto: This revision was merged to the branch mainline in revision 1271.
  • Revision ID: eday@oddments.org-20100107200238-uqw8v6kv9pl7nny5
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
  bool error_if_not_empty;
93
93
 
94
94
  AlterInfo();
95
 
  AlterInfo(const AlterInfo &rhs, MEM_ROOT *mem_root);
 
95
  AlterInfo(const AlterInfo &rhs, drizzled::memory::Root *mem_root);
96
96
private:
97
97
  AlterInfo &operator=(const AlterInfo &rhs); // not implemented
98
98
  AlterInfo(const AlterInfo &rhs);            // not implemented