~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/divide.cc

  • Committer: Monty Taylor
  • Date: 2008-10-20 08:48:34 UTC
  • mfrom: (520.1.22 drizzle)
  • Revision ID: monty@inaugust.com-20081020084834-xpb3w01vkcp55o02
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
 
79
79
void Item_func_div::fix_length_and_dec()
80
80
{
81
 
  prec_increment= current_thd->variables.div_precincrement;
 
81
  prec_increment= current_session->variables.div_precincrement;
82
82
  Item_num_op::fix_length_and_dec();
83
83
  switch(hybrid_type) {
84
84
  case REAL_RESULT: