mirror of
https://github.com/MariaDB/server.git
synced 2026-05-08 08:04:29 +02:00
Fix for the bug #1333: COMPRESS(NULL) segfaults.
mysql-test/r/func_compress.result: Test for the bug #1333: COMPRESS(NULL) segfaults. mysql-test/t/func_compress.test: Test for the bug #1333: COMPRESS(NULL) segfaults. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
parent
65aec56c57
commit
334b634c9f
4 changed files with 23 additions and 0 deletions
|
|
@ -23,3 +23,9 @@ select uncompress("");
|
|||
select uncompress(compress(""));
|
||||
select uncompressed_length("");
|
||||
|
||||
#
|
||||
# NULL (Bug #1333)
|
||||
#
|
||||
|
||||
select compress(NULL);
|
||||
select uncompress(NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue