mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Fix for valgrind bug in decimal code
This commit is contained in:
parent
441379ceab
commit
3dbe7fb2ca
1 changed files with 1 additions and 1 deletions
|
@ -1255,8 +1255,8 @@ void Item_func_div::result_precision()
|
|||
void 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;
|
||||
Item_num_op::fix_length_and_dec();
|
||||
switch(hybrid_type) {
|
||||
case REAL_RESULT:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue