~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/insert_value.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <drizzled/item/default_value.h>
28
28
#include <drizzled/field/null.h>
29
29
 
30
 
using namespace drizzled;
 
30
namespace drizzled
 
31
{
31
32
 
32
33
bool Item_insert_value::eq(const Item *item, bool binary_cmp) const
33
34
{
102
103
}
103
104
 
104
105
 
105
 
 
 
106
} /* namespace drizzled */