~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.cc

Removed the inclusion of drizzled/field.h in the server_includes header file.

Created a time.h header file and records.h header file. This allowed me to move the declarations of
a number of methods from the server_includes header file into these respective header files. I
updated numerous files to reflect this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
#include "drizzled/item/outer_ref.h"
53
53
#include "drizzled/index_hint.h"
54
54
#include "drizzled/memory/multi_malloc.h"
 
55
#include "drizzled/records.h"
55
56
 
56
57
#include "drizzled/sql_union.h"
57
58
#include "drizzled/optimizer/key_field.h"