ports/databases/mysqlwsrep57-server/files/patch-storage_innobase_fsp_fsp0fsp.cc
Jochen Neumeister a62661e2b6 Update to 5.7.31-25.23
Changelog: http://releases.galeracluster.com/mysql-wsrep-5.7.31-25.23/release-notes-mysql-wsrep-5.7.31-25.23.txt

PR:		250508
Submitted by:	maintainer
Sponsored by:	Netzkommune GmbH
2020-11-08 09:41:25 +00:00

11 lines
288 B
C++

--- storage/innobase/fsp/fsp0fsp.cc.orig 2020-11-02 10:59:53 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. */