~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Brian Aker
  • Date: 2009-02-08 03:02:04 UTC
  • Revision ID: brian@tangent.org-20090208030204-3gz6xwcq5niux5nm
Class rewrite of Session (aka get all of the junk out)

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 struct st_mysql_lock DRIZZLE_LOCK;
 
64
typedef struct drizzled_lock_st DRIZZLE_LOCK;
65
65
typedef struct st_ha_create_information HA_CREATE_INFO;
66
66
 
67
67
/* information schema */