diff options
author | unknown <serg@serg.mylan> | 2004-02-28 18:45:27 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-02-28 18:45:27 +0100 |
commit | a327ff8f7fd6f03ca1418e8287886652c5e22189 (patch) | |
tree | 45767381a2b4e50b4358a36e135df0ce4e6b326e /sql/item_strfunc.cc | |
parent | 9a3c6836ea548d5a5d0fd7ad627e3987b738b720 (diff) | |
download | mariadb-git-a327ff8f7fd6f03ca1418e8287886652c5e22189.tar.gz |
minor compress() cleanup
sql/item_strfunc.cc:
typo fixed
sql/share/english/errmsg.txt:
wording
Diffstat (limited to 'sql/item_strfunc.cc')
-rw-r--r-- | sql/item_strfunc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_strfunc.cc b/sql/item_strfunc.cc index 5f9dd7435cd..216df5c17d6 100644 --- a/sql/item_strfunc.cc +++ b/sql/item_strfunc.cc @@ -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 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(...))) I.e. zlib give number 'at least'.. */ |