~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/math/mod.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
using namespace std;
27
27
 
 
28
namespace drizzled
 
29
{
 
30
 
28
31
int64_t Item_func_mod::int_op()
29
32
{
30
33
  assert(fixed == 1);
105
108
  unsigned_flag= args[0]->unsigned_flag;
106
109
}
107
110
 
 
111
} /* namespace drizzled */