~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/alter_info.h

  • Committer: Monty Taylor
  • Date: 2009-12-29 18:26:43 UTC
  • mfrom: (1257 build)
  • mto: This revision was merged to the branch mainline in revision 1258.
  • Revision ID: mordred@inaugust.com-20091229182643-bv3c4va7rit6wmvl
MergedĀ fromĀ 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