~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_record.h

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
                unsigned char *row_data, const unsigned char *data);
27
27
 
28
28
int unpack_row(Relay_log_info const *rli,
29
 
               Table *table, uint const colcnt,
 
29
               Table *table, uint32_t const colcnt,
30
30
               unsigned char const *const row_data, MY_BITMAP const *cols,
31
31
               unsigned char const **const row_end, ulong *const master_reclength);
32
32
 
33
33
// Fill table's record[0] with default values.
34
 
int prepare_record(Table *const, const MY_BITMAP *cols, uint width, const bool);
 
34
int prepare_record(Table *const, const MY_BITMAP *cols, uint32_t width, const bool);
35
35
 
36
36
#endif /* DRIZZLED_RPL_RECORD_H */