ports/databases/mysql57-server/files/patch-storage_innobase_fsp_fsp0fsp.cc
Dima Panov ebbb2d5133 databases/mysql57-*: update to 5.7.32 GA release
Release Notes: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-34.html

PR:	255748 (based on)
MFH:	2021Q2
Approved by:	joneum@ (implicit)
2021-05-30 19:39:09 +10:00

11 lines
288 B
C++

--- storage/innobase/fsp/fsp0fsp.cc.orig 2021-03-26 06:58:52 UTC
+++ storage/innobase/fsp/fsp0fsp.cc
@@ -1281,7 +1281,7 @@ fsp_header_decode_encryption_info(
if (elen == MY_AES_BAD_DATA) {
my_free(master_key);
- return(NULL);
+ return(false);
}
/* Check checksum bytes. */