~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/alter_info.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-28 21:07:04 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110328210704-ygzfovqmxukelkno
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
namespace drizzled {
37
37
 
38
 
class CreateField;
39
 
 
40
38
enum enum_alter_info_flags
41
39
{
42
40
  ALTER_ADD_COLUMN= 0,