Commit b2437d07 authored by Georgi Kodinov's avatar Georgi Kodinov

merge

parents c70a6f5c a22056e8
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -5023,7 +5023,7 @@ void Item_func_get_user_var::fix_length_and_dec() ...@@ -5023,7 +5023,7 @@ void Item_func_get_user_var::fix_length_and_dec()
decimals=0; decimals=0;
break; break;
case STRING_RESULT: case STRING_RESULT:
max_length= MAX_BLOB_WIDTH; max_length= MAX_BLOB_WIDTH - 1;
break; break;
case DECIMAL_RESULT: case DECIMAL_RESULT:
fix_char_length(DECIMAL_MAX_STR_LENGTH); fix_char_length(DECIMAL_MAX_STR_LENGTH);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment