~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/rpl_utility.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:
204
204
    WL#3915) or needs to advance the pointer for the fields in the raw 
205
205
    data from the master to a specific column.
206
206
  */
207
 
  uint32 calc_field_size(uint32_t col, unsigned char *master_data) const;
 
207
  uint32_t calc_field_size(uint32_t col, unsigned char *master_data) const;
208
208
 
209
209
  /**
210
210
    Decide if the table definition is compatible with a table.