diff options
author | monty@mysql.com <> | 2005-01-12 03:38:53 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2005-01-12 03:38:53 +0200 |
commit | 314cf993c6f86be11348441177b2512cde46cdcd (patch) | |
tree | 6a8b1b01636a63430471b9c070075ba6ecaf9379 /mysql-test/t/func_compress.test | |
parent | 10f41d7cc402a28a8e4db6d87c9ddbad7e5af43d (diff) | |
download | mariadb-git-314cf993c6f86be11348441177b2512cde46cdcd.tar.gz |
Fixed memory reference errors found by valgrind
Diffstat (limited to 'mysql-test/t/func_compress.test')
-rw-r--r-- | mysql-test/t/func_compress.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/func_compress.test b/mysql-test/t/func_compress.test index f46589e9e0e..9c32313e967 100644 --- a/mysql-test/t/func_compress.test +++ b/mysql-test/t/func_compress.test @@ -2,6 +2,8 @@ # # Test for compress and uncompress functions: # +# Note that this test gives error in the gzip library when running under +# valgrind, but these warnings can be ignored select @test_compress_string:='string for test compress function aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa '; select length(@test_compress_string); |