mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 13:45:34 +02: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:
parent
1afd5d4d3d
commit
16a46cc75b
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue