~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common_fwd.h

  • Committer: Olaf van der Spek
  • Date: 2011-07-05 16:50:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2384.
  • Revision ID: olafvdspek@gmail.com-20110705165017-8ixqna9ucpfwn0yz
Refactor Scoreboard

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
  }
236
236
}
237
237
 
238
 
typedef class Item COND;
239
238
typedef struct my_locale_st MY_LOCALE;
240
239
typedef struct st_columndef MI_COLUMNDEF;
241
 
typedef struct system_status_var system_status_var;
242
240
 
243
241
class AlterColumn;
244
242
class AlterDrop;