Commit 6f806352 authored by serg@serg.mylan's avatar serg@serg.mylan

minor compress() cleanup

parent e7f31ffe
...@@ -2554,7 +2554,7 @@ String *Item_func_compress::val_str(String *str) ...@@ -2554,7 +2554,7 @@ String *Item_func_compress::val_str(String *str)
size of the destination buffer, which must be at least 0.1% larger than size of the destination buffer, which must be at least 0.1% larger than
sourceLen plus 12 bytes. sourceLen plus 12 bytes.
Proportion 120/100 founded by Sinica with help of procedure Proportion 120/100 founded by Sinisa with help of procedure
compress(compress(compress(...))) compress(compress(compress(...)))
I.e. zlib give number 'at least'.. I.e. zlib give number 'at least'..
*/ */
......
...@@ -260,9 +260,9 @@ character-set=latin1 ...@@ -260,9 +260,9 @@ character-set=latin1
"Slave is already running", "Slave is already running",
"Slave has already been stopped", "Slave has already been stopped",
"Too big size of uncompressed data. The maximum size is %d. (probably, length of uncompressed data was corrupted)", "Too big size of uncompressed data. The maximum size is %d. (probably, length of uncompressed data was corrupted)",
"ZLIB: Not enough memory available for zlib", "ZLIB: Not enough memory",
"ZLIB: Not enough room in the output buffer for zlib (probably, length of uncompressed data was corrupted)", "ZLIB: Not enough room in the output buffer (probably, length of uncompressed data was corrupted)",
"ZLIB: Input data was corrupted for zlib", "ZLIB: Input data corrupted",
"%d line(s) was(were) cut by group_concat()", "%d line(s) was(were) cut by group_concat()",
"Row %ld doesn't contain data for all columns", "Row %ld doesn't contain data for all columns",
"Row %ld was truncated; It contained more data than there where input columns", "Row %ld was truncated; It contained more data than there where input columns",
......
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