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/share | |
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/share')
-rw-r--r-- | sql/share/english/errmsg.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/share/english/errmsg.txt b/sql/share/english/errmsg.txt index d09a01e4aa8..7b2809e77be 100644 --- a/sql/share/english/errmsg.txt +++ b/sql/share/english/errmsg.txt @@ -260,9 +260,9 @@ character-set=latin1 "Slave is already running", "Slave has already been stopped", "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 room in the output buffer for zlib (probably, length of uncompressed data was corrupted)", -"ZLIB: Input data was corrupted for zlib", +"ZLIB: Not enough memory", +"ZLIB: Not enough room in the output buffer (probably, length of uncompressed data was corrupted)", +"ZLIB: Input data corrupted", "%d line(s) was(were) cut by group_concat()", "Row %ld doesn't contain data for all columns", "Row %ld was truncated; It contained more data than there where input columns", |