Details
-
Bug
-
Status: Pending Release
-
Medium
-
Resolution: Fixed
-
8.0.x
-
None
-
Yes
-
Yes
Description
Binary log UDFs documentations
https://docs.percona.com/percona-server/8.0/flexibility/binlogging_replication_improvements.html#binary-log-user-defined-functions
has invalid RETURNS STRING clause in the CREATE FUNCTION code snippets for get_first_record_timestamp_by_binlog and get_last_record_timestamp_by_binlog
The correct one is RETURNS INTEGER.