~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:
22
22
#include <drizzled/query_id.h>
23
23
#include "drizzled/internal/my_pthread.h"
24
24
 
 
25
namespace drizzled
 
26
{
 
27
 
25
28
Query_id::Query_id()
26
29
{
27
30
  the_query_id= 1;
42
45
 
43
46
  return ret;
44
47
}
 
48
 
 
49
} /* namespace drizzled */