You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a modified version of the dump_events.php script, produce an error:
TypeError: MySQLReplication\BinaryDataReader\BinaryDataReader::readUInt8(): Return value must be of type int, null returned in /opt/vendor/krowinski/php-mysql-replication/src/MySQLReplication/BinaryDataReader/BinaryDataReader.php:182
I'm not sure how I can pinpoint the offending row as the exception happens before I can output any information about this row.
I'd be happy to provide the actual row if there's a way to grab any information of the offending row.
The text was updated successfully, but these errors were encountered:
SELECT VERSION();
): 8.0.36Using a modified version of the
dump_events.php
script, produce an error:Stack trace:
I'm not sure how I can pinpoint the offending row as the exception happens before I can output any information about this row.
I'd be happy to provide the actual row if there's a way to grab any information of the offending row.
The text was updated successfully, but these errors were encountered: