diff options
author | guilhem@mysql.com <> | 2004-02-28 23:36:41 +0100 |
---|---|---|
committer | guilhem@mysql.com <> | 2004-02-28 23:36:41 +0100 |
commit | 5137821ceaa1ad16789bee5489f54275c4261a32 (patch) | |
tree | 372e0ba803d0387040691a324ea57032f0ca2b75 /mysql-test/r/func_compress.result | |
parent | 6ebedbb6e35b752d8947bc3763fffb2a8b0615a3 (diff) | |
download | mariadb-git-5137821ceaa1ad16789bee5489f54275c4261a32.tar.gz |
small after-merge fixes (error messages).
Diffstat (limited to 'mysql-test/r/func_compress.result')
-rw-r--r-- | mysql-test/r/func_compress.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/func_compress.result b/mysql-test/r/func_compress.result index 35c1b6ae93f..61aa1c0a497 100644 --- a/mysql-test/r/func_compress.result +++ b/mysql-test/r/func_compress.result @@ -65,6 +65,6 @@ NULL 50000 NULL Warnings: -Error 1259 ZLIB: Input data was corrupted for zlib +Error 1259 ZLIB: Input data corrupted Error 1256 Too big size of uncompressed data. The maximum size is 1048576. (probably, length of uncompressed data was corrupted) drop table t1; |