~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Stewart Smith
  • Date: 2010-03-01 02:07:07 UTC
  • mto: (1309.1.19 build)
  • mto: This revision was merged to the branch mainline in revision 1315.
  • Revision ID: stewart@flamingspork.com-20100301020707-v6vfng19y70ugex0
remove unused SCROLL_EXTRA define. no idea what it was ever about.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
 
84
84
#define DEFAULT_ERROR_COUNT     64
85
85
#define EXTRA_RECORDS   10                      /* Extra records in sort */
86
 
#define SCROLL_EXTRA    5                       /* Extra scroll-rows. */
87
86
#define NAMES_SEP_CHAR  '\377'                  /* Char to sep. names */
88
87
 
89
88
#define READ_RECORD_BUFFER      (uint32_t) (IO_SIZE*8) /* Pointer_buffer_size */