Bug #110658 | mysql_binlog_xxx() symbols are not exported in lybmysqlclient.so | ||
---|---|---|---|
Submitted: | 11 Apr 2023 16:37 | Modified: | 28 Apr 2023 22:32 |
Reporter: | Yura Sorokin (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: C API (client library) | Severity: | S2 (Serious) |
Version: | 8.0.32 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[11 Apr 2023 16:37]
Yura Sorokin
[11 Apr 2023 16:44]
Yura Sorokin
A patch for the libmysqlclient CMakeLists.txt (*) I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.
Contribution: bug110658_mysql_binlog_xxx.diff (application/octet-stream, text), 437 bytes.
[12 Apr 2023 7:33]
MySQL Verification Team
Hello Yura Sorokin, Thank you for the report and contribution. regards, Umesh
[28 Apr 2023 22:32]
Christine Cole
Posted by developer: Fixed as of the upcoming MySQL 8.0.34 and MySQL 8.1.0 releases, and here's the proposed changelog entry from the documentation team: Several functions now are added to the libmysqlclient.so shared library that enable developers to access a MySQL server binary log: mysql_binlog_open(), mysql_binlog_fetch(), and mysql_binlog_close(). Our thanks to Yura Sorokin for the contribution. Thank you for the bug report.