mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
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)
11 lines
288 B
C++
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. */
|