~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_handler.c

  • 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:
125
125
{
126
126
  int flag;
127
127
  int16 s_1,s_2;
128
 
  int32 l_1,l_2;
129
 
  uint32 u_1,u_2;
 
128
  int32_t l_1,l_2;
 
129
  uint32_t u_1,u_2;
130
130
  float f_1,f_2;
131
131
  double d_1,d_2;
132
132
  uint next_key_length;