diff options
author | Sachin Setiya <sachin.setiya@mariadb.com> | 2017-05-18 14:54:49 +0530 |
---|---|---|
committer | Sachin Setiya <sachin.setiya@mariadb.com> | 2017-05-18 14:54:49 +0530 |
commit | cdf81d143e85431a0710a08c81e04f74c21b6bdc (patch) | |
tree | eae2e6c645b7e95b91e14452af201a323f72a0d3 /mysql-test/mysql-test-run.pl | |
parent | fff61e31eca83a0a9af7c30e2bcda8309e9c695a (diff) | |
download | mariadb-git-bb-mdev-11092.tar.gz |
MDEV-11092 Assertion `!writer.checksum_len || writer.remains == 0' failedbb-mdev-11092
Problem:-
This crash happens because logged stmt is quite big and while writing
Annotate_rows_log_event it throws EFBIG error but we ignore this error
and do not call cache_data->set_incident().
Solution:-
When we normally write Binlog_log_event we check for error EFBIG, but we did
do this for Annotate_rows_log_event. We check for this error and call
cache_data->set_incident() accordingly.
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
0 files changed, 0 insertions, 0 deletions