~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/insert_value.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include "drizzled/item/field.h"
24
24
 
 
25
namespace drizzled
 
26
{
 
27
 
25
28
/*
26
29
  Item_insert_value -- an implementation of VALUES() function.
27
30
  You can use the VALUES(col_name) function in the UPDATE clause
60
63
  }
61
64
};
62
65
 
 
66
} /* namespace drizzled */
 
67
 
63
68
#endif /* DRIZZLED_ITEM_INSERT_VALUE_H */