MDEV-8272: Encryption performance: Reduce the number of unused memcpy's
Removed memcpy's on cases when page is not encrypted and make sure we use the correct buffer for reading/writing.
Showing
Please register or sign in to comment
Removed memcpy's on cases when page is not encrypted and make sure we use the correct buffer for reading/writing.