Home

pymysqlreplication-test-broken-datetime

/usr/local/lib64/python3.6/site-packages/pymysql/err.py(143) raise errorclass(errno, errval) /usr/local/lib64/python3.6/site-packages/pymysql/protocol.py(221)raise_for_error() -> err.raise_mysql_exception(self._data) /usr/local/lib64/python3.6/site-packages/pymysql/connections.py(725)_read_packet() -> packet.raise_for_error() /usr/local...

Read more

Partition Info in MySQL Binary Log

Overview Partition information was added into MySQL binary log since MySQL 8.0.16 ‘Rows_event’ class represents the information in source code. Documentation ROWS_EVENT in MySQL Documentation Rows_event class in source code Event Layout bytes before ? Log Event Header Binlog::EventHeader in MySQL Documentation Log Event Header(common header) i...

Read more