~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/func.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include <limits>
34
34
#include <algorithm>
35
35
 
36
 
using namespace drizzled;
37
36
using namespace std;
38
37
 
 
38
namespace drizzled
 
39
{
 
40
 
 
41
 
39
42
void Item_func::set_arguments(List<Item> &list)
40
43
{
41
44
  allowed_arg_cols= 1;
629
632
}
630
633
 
631
634
 
 
635
} /* namespace drizzled */