~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Brian Aker
  • Date: 2009-02-07 22:13:38 UTC
  • Revision ID: brian@tangent.org-20090207221338-cgyvz9w8g54bk17i
More typdef class removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
extern const CHARSET_INFO *system_charset_info, *files_charset_info ;
62
62
extern const CHARSET_INFO *national_charset_info, *table_alias_charset;
63
63
 
64
 
typedef class Select_Lex Select_Lex;
65
64
typedef struct st_mysql_lock DRIZZLE_LOCK;
66
65
typedef struct st_ha_create_information HA_CREATE_INFO;
67
66