~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/structs.h

  • Committer: Lee Bieber
  • Date: 2010-11-24 04:28:41 UTC
  • mfrom: (1939.2.2 bug677522)
  • Revision ID: kalebral@gmail.com-20101124042841-57f0tw3zwmcl0kzy
 Merge Monty - 677522: libdrizzle: crashes when used with MySQL 5.5.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
  char password[DRIZZLE_MAX_PASSWORD_SIZE];
125
125
  uint8_t scramble_buffer[DRIZZLE_MAX_SCRAMBLE_SIZE];
126
126
  char server_version[DRIZZLE_MAX_SERVER_VERSION_SIZE];
 
127
  char server_extra[DRIZZLE_MAX_SERVER_EXTRA_SIZE];
127
128
  drizzle_state_fn *state_stack[DRIZZLE_STATE_STACK_SIZE];
128
129
  char user[DRIZZLE_MAX_USER_SIZE];
129
130
};