~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_utility.cc

  • Committer: Brian Aker
  • Date: 2008-10-06 05:57:49 UTC
  • Revision ID: brian@tangent.org-20081006055749-svg700gciuqi0zu1
Remove all of uchar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
  This function returns the field size in raw bytes based on the type
27
27
  and the encoded field data from the master's raw data.
28
28
*/
29
 
uint32_t table_def::calc_field_size(uint col, uchar *master_data) const
 
29
uint32_t table_def::calc_field_size(uint col, unsigned char *master_data) const
30
30
{
31
31
  uint32_t length= 0;
32
32