~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Stewart Smith
  • Date: 2009-10-12 05:13:54 UTC
  • mfrom: (1178 staging)
  • mto: This revision was merged to the branch mainline in revision 1179.
  • Revision ID: stewart@flamingspork.com-20091012051354-2n7zpid9f67ddsa0
mergeĀ lp:drizzle/build

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
  uint64_t max_length_for_sort_data;
143
143
  size_t max_sort_length;
144
144
  uint64_t min_examined_row_limit;
145
 
  uint32_t net_buffer_length;
146
145
  bool optimizer_prune_level;
147
146
  bool log_warnings;
148
147
 
441
440
  drizzled::plugin::Scheduler *scheduler; /**< Pointer to scheduler object */
442
441
  void *scheduler_arg; /**< Pointer to the optional scheduler argument */
443
442
  HASH user_vars; /**< Hash of user variables defined during the session's lifetime */
444
 
  String packet; /**< dynamic buffer for network I/O */
445
 
  String convert_buffer; /**< A buffer for charset conversions */
446
443
  struct system_variables variables; /**< Mutable local variables local to the session */
447
444
  struct system_status_var status_var; /**< Session-local status counters */
448
445
  struct system_status_var *initial_status_var; /* used by show status */