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 */
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 */