~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/alter_drop.h

  • Committer: Brian Aker
  • Date: 2010-08-12 17:21:13 UTC
  • mfrom: (1689.5.5 remove_pthread_calls)
  • Revision ID: brian@tangent.org-20100812172113-i0ox868kcbzjim2h
Merge in removal of pthread dead wrappers.

Show diffs side-by-side

added added

removed removed

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