mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Clean-up. The length of compress() may depend on zlib version, etc.
mysql-test/r/func_compress.result: clean-up. The length of compress() may depend on zlib version, etc. mysql-test/t/func_compress.test: clean-up. The length of compress() may depend on zlib version, etc.
This commit is contained in:
@@ -41,4 +41,4 @@ drop table t1;
|
||||
#
|
||||
|
||||
set @@max_allowed_packet=1048576*100;
|
||||
select length(compress(repeat('aaaaaaaaaa', 10000000)));
|
||||
select compress(repeat('aaaaaaaaaa', 10000000)) is null;
|
||||
|
||||
Reference in New Issue
Block a user