~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/field.cc

Merged remove-dead-Item-save_in_field_no_warnings into fix-order_st-BY-comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 */
19
19
 
20
20
#include "config.h"
21
 
#include CSTDINT_H
 
21
 
22
22
#include <drizzled/session.h>
23
23
#include <drizzled/table.h>
24
24
#include <drizzled/error.h>
 
25
#include <drizzled/join.h>
25
26
#include <drizzled/sql_base.h>
26
27
#include <drizzled/sql_select.h>
27
28
#include <drizzled/item/cmpfunc.h>
29
30
#include <drizzled/item/outer_ref.h>
30
31
#include <drizzled/plugin/client.h>
31
32
 
32
 
using namespace drizzled;
 
33
namespace drizzled
 
34
{
33
35
 
34
36
/**
35
37
  Store the pointer to this item field into a list if not already there.
1256
1258
  }
1257
1259
  Item_ident::print(str, query_type);
1258
1260
}
 
1261
 
 
1262
 
 
1263
} /* namespace drizzled */