~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/query_id.h

Made the_query_id private. Thanks Jay.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
  /* increment query_id and return it.  */
38
38
  query_id_t next();
39
 
  query_id_t the_query_id;
40
39
 
41
40
private:
42
41
  pthread_mutex_t LOCK_query_id;
 
42
  query_id_t the_query_id;
43
43
 
44
44
  Query_id();
45
45
  Query_id(Query_id const&);