mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
field.cc:
Serg's typo fix :) sql/field.cc: Serg's typo fix :)
This commit is contained in:
@ -2738,7 +2738,7 @@ String *Field_double::val_str(String *val_buffer,
|
||||
else
|
||||
{
|
||||
#ifdef HAVE_FCONVERT
|
||||
char buff[DOUBLE_TO_STRING_CONVERSION_BUFFER_SIZE],
|
||||
char buff[DOUBLE_TO_STRING_CONVERSION_BUFFER_SIZE];
|
||||
char *pos= buff;
|
||||
int decpt,sign,tmp_dec=dec;
|
||||
|
||||
|
Reference in New Issue
Block a user