Merge
This commit is contained in:
commit
e5c916f7e8
@ -69,6 +69,7 @@ pager:
|
|||||||
hours:
|
hours:
|
||||||
[serg:]checkout:get
|
[serg:]checkout:get
|
||||||
[arjen:]checkout:get
|
[arjen:]checkout:get
|
||||||
|
[kostja:]checkout:get
|
||||||
[nick:]checkout:get
|
[nick:]checkout:get
|
||||||
checkout:edit
|
checkout:edit
|
||||||
eoln:unix
|
eoln:unix
|
||||||
|
@ -126,6 +126,7 @@ kaa@polly.local
|
|||||||
kaj@work.mysql.com
|
kaj@work.mysql.com
|
||||||
kent@mysql.com
|
kent@mysql.com
|
||||||
konstantin@mysql.com
|
konstantin@mysql.com
|
||||||
|
kosipov@production.mysql.com
|
||||||
kostja@oak.local
|
kostja@oak.local
|
||||||
lars@mysql.com
|
lars@mysql.com
|
||||||
lenz@kallisto.mysql.com
|
lenz@kallisto.mysql.com
|
||||||
|
@ -1255,8 +1255,8 @@ void Item_func_div::result_precision()
|
|||||||
void Item_func_div::fix_length_and_dec()
|
void Item_func_div::fix_length_and_dec()
|
||||||
{
|
{
|
||||||
DBUG_ENTER("Item_func_div::fix_length_and_dec");
|
DBUG_ENTER("Item_func_div::fix_length_and_dec");
|
||||||
Item_num_op::fix_length_and_dec();
|
|
||||||
prec_increment= current_thd->variables.div_precincrement;
|
prec_increment= current_thd->variables.div_precincrement;
|
||||||
|
Item_num_op::fix_length_and_dec();
|
||||||
switch(hybrid_type) {
|
switch(hybrid_type) {
|
||||||
case REAL_RESULT:
|
case REAL_RESULT:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user