~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/ref.cc

Merge Monty

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/error.h"
24
24
#include "drizzled/show.h"
26
26
#include "drizzled/plugin/client.h"
27
27
#include "drizzled/item/sum.h"
28
28
 
29
 
using namespace drizzled;
 
29
namespace drizzled
 
30
{
30
31
 
31
32
Item_ref::Item_ref(Name_resolution_context *context_arg,
32
33
                   Item **item, const char *table_name_arg,
575
576
    depended_from= NULL;
576
577
  }
577
578
}
 
579
 
 
580
} /* namespace drizzled */