Skip to content

Commit 648d866

Browse files
committed
Fixed typo in the case operator.
1 parent bc622fb commit 648d866

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysys/ma_dyncol.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4039,6 +4039,7 @@ mariadb_dyncol_val_double(double *dbl, DYNAMIC_COLUMN_VALUE *val)
40394039
*dbl= strtod(str, &end);
40404040
if (*end != '\0')
40414041
rc= ER_DYNCOL_TRUNCATED;
4042+
break;
40424043
}
40434044
case DYN_COL_DECIMAL:
40444045
if (decimal2double(&val->x.decimal.value, dbl) != E_DEC_OK)

0 commit comments

Comments
 (0)