~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_handler.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:
48
48
typedef struct st_HA_KEYSEG             /* Key-portion */
49
49
{
50
50
  CHARSET_INFO *charset;
51
 
  uint32 start;                         /* Start of key in record */
52
 
  uint32 null_pos;                      /* position to NULL indicator */
 
51
  uint32_t start;                               /* Start of key in record */
 
52
  uint32_t null_pos;                    /* position to NULL indicator */
53
53
  uint16 bit_pos;                       /* Position to bit part */
54
54
  uint16 flag;
55
55
  uint16 length;                        /* Keylength */