~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/query_id.cc

Merge Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
uint64_t Query_id::next()
40
40
{
41
 
  uint64_t ret= the_query_id++;
 
41
  uint64_t ret= the_query_id.increment();
42
42
 
43
43
  return ret;
44
44
}