Bug #88836 trx_sys_print_mysql_binlog_offset() printed same string twice in source code doc
Submitted: 8 Dec 2017 14:00 Modified: 6 Aug 14:16
Reporter: Shahriyar Rzayev Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S2 (Serious)
Version:8.0.3 OS:Any
Assigned to: CPU Architecture:Any

[8 Dec 2017 14:00] Shahriyar Rzayev
Description:
Hi, 
Reading source code doc:

https://dev.mysql.com/doc/dev/mysql-server/8.0.3/trx0sys_8h.html#a399f290a6a529d4f1141c98b...

void trx_sys_print_mysql_binlog_offset 	( 	void  		) 	

Prints to stderr the MySQL binlog offset info in the trx system header if the magic number shows it valid.

Prints to stderr the MySQL binlog offset info in the trx system header if the magic number shows it valid.

How to repeat:
See description

Suggested fix:
It should be as here:

https://dev.mysql.com/doc/dev/mysql-server/8.0.3/trx0sys_8cc.html#a399f290a6a529d4f1141c98...
[8 Dec 2017 14:42] MySQL Verification Team
Thank you for the bug report.
[6 Aug 14:16] Edward Gilmore
Posted by developer:
 
trx_sys_print_mysql_binlog_offset is no longer present. Closing.