~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/alter_drop.h

Remove dead memset call.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  enum drop_type
35
35
  {
36
36
    KEY,
37
 
    COLUMN
 
37
    COLUMN,
 
38
    FOREIGN_KEY
38
39
  };
39
40
  const char *name;
40
41
  enum drop_type type;