Skip to content
Permalink
Browse files
Fixed typo in the case operator.
  • Loading branch information
sanja-byelkin committed May 18, 2017
1 parent bc622fb commit 648d866
Showing 1 changed file with 1 addition and 0 deletions.
@@ -4039,6 +4039,7 @@ mariadb_dyncol_val_double(double *dbl, DYNAMIC_COLUMN_VALUE *val)
*dbl= strtod(str, &end);
if (*end != '\0')
rc= ER_DYNCOL_TRUNCATED;
break;
}
case DYN_COL_DECIMAL:
if (decimal2double(&val->x.decimal.value, dbl) != E_DEC_OK)

0 comments on commit 648d866

Please sign in to comment.