~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/table.h

  • Committer: Brian Aker
  • Date: 2008-07-22 18:31:32 UTC
  • Revision ID: brian@tangent.org-20080722183132-ne2ntl7g7mdf2eez
uint32 -> uin32_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
1154
1154
{
1155
1155
  struct        st_changed_table_list *next;
1156
1156
  char          *key;
1157
 
  uint32        key_length;
 
1157
  uint32_t        key_length;
1158
1158
} CHANGED_TABLE_LIST;
1159
1159
 
1160
1160
 
1161
1161
typedef struct st_open_table_list{
1162
1162
  struct st_open_table_list *next;
1163
1163
  char  *db,*table;
1164
 
  uint32 in_use,locked;
 
1164
  uint32_t in_use,locked;
1165
1165
} OPEN_TABLE_LIST;
1166
1166
 
1167
1167
typedef struct st_table_field_w_type