diff options
author | Sven Sandberg <sven@mysql.com> | 2008-12-29 17:04:10 +0100 |
---|---|---|
committer | Sven Sandberg <sven@mysql.com> | 2008-12-29 17:04:10 +0100 |
commit | 05d7673340a8c9fcf3ced59384adee63a4adf280 (patch) | |
tree | 140102f9249f7ff4d6beb0772df2511a8ec0abc8 /mysql-test/std_data | |
parent | c9245922d6dc5a7dedca24c160c0ae791d55aa69 (diff) | |
download | mariadb-git-05d7673340a8c9fcf3ced59384adee63a4adf280.tar.gz |
BUG#40482: server/mysqlbinlog crashes when reading invalid Incident_log_event
Problem: When an Incident_log_event contains a bad incident number on disk,
the server crashes with an assertion.
Fix: Don't validate input with assertions. Use errors.
Diffstat (limited to 'mysql-test/std_data')
-rw-r--r-- | mysql-test/std_data/bug40482-bin.000001 | bin | 0 -> 172 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/mysql-test/std_data/bug40482-bin.000001 b/mysql-test/std_data/bug40482-bin.000001 Binary files differnew file mode 100644 index 00000000000..d001bf664c7 --- /dev/null +++ b/mysql-test/std_data/bug40482-bin.000001 |