~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Andrew Hutchings
  • Date: 2010-11-01 22:14:18 UTC
  • mto: This revision was merged to the branch mainline in revision 1907.
  • Revision ID: andrew@linuxjedi.co.uk-20101101221418-9n9gmm4ms7fl8vo5
Fix copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
 
88
88
void Item_func_div::fix_length_and_dec()
89
89
{
90
 
  prec_increment= current_session->variables.div_precincrement;
 
90
  prec_increment= session->variables.div_precincrement;
91
91
  Item_num_op::fix_length_and_dec();
92
92
 
93
93
  switch(hybrid_type)