~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/alter_info.h

Merge.

Show diffs side-by-side

added added

removed removed

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