~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

Merge in catalog updates. This also fixes a bug in schema encoding.

Show diffs side-by-side

added added

removed removed

Lines of Context:
553
553
    return client;
554
554
  }
555
555
 
 
556
  plugin::Client *getClient() const
 
557
  {
 
558
    return client;
 
559
  }
 
560
 
556
561
  plugin::Scheduler *scheduler; /**< Pointer to scheduler object */
557
562
  void *scheduler_arg; /**< Pointer to the optional scheduler argument */
558
563