krowinski / php-mysql-replication

Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
MIT License
323 stars 98 forks source link

Update and extend links to mysql documentation #106

Closed DZunke closed 8 months ago

DZunke commented 9 months ago

I have updated some of the documentation links because they ended at the start page of the MySQL Source Code Documentation.

For the ConstEventType i linked directly to the mysql github repository because the documentation itself seemed not to allow the direct link to the list.

For some links in the project, like the "Event Meanings" in the Readme and the EventDTO class i did not found a corresponding page. I do not know what the original page contained so ... i left them but maybe an update here would also be nice in the future.

krowinski commented 8 months ago

tx