~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/constants.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:
55
55
#define DRIZZLE_MAX_BUFFER_SIZE          32768
56
56
#define DRIZZLE_BUFFER_COPY_THRESHOLD    8192
57
57
#define DRIZZLE_MAX_SERVER_VERSION_SIZE  32
 
58
#define DRIZZLE_MAX_SERVER_EXTRA_SIZE    32
58
59
#define DRIZZLE_MAX_SCRAMBLE_SIZE        20
59
60
#define DRIZZLE_STATE_STACK_SIZE         8
60
61
#define DRIZZLE_ROW_GROW_SIZE            8192