1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-22 19:52:58 +03:00
Files
mariadb/mysql-test/r
unknown e7ad04ea88 Fix for bug #28436: Incorrect position in SHOW BINLOG EVENTS causes server coredump
Problem: there is an ASSERT() in the Log_event::read_log_event() checking the integrity 
of the event's data that may fail.
Fix: move the assert's condition to an explicit check.


mysql-test/r/ctype_cp932_binlog_stm.result:
  Fix for bug #28436: Incorrect position in SHOW BINLOG EVENTS causes server coredump
    - test result.
mysql-test/t/ctype_cp932_binlog_stm.test:
  Fix for bug #28436: Incorrect position in SHOW BINLOG EVENTS causes server coredump
    - test case.
sql/log_event.cc:
  Fix for bug #28436: Incorrect position in SHOW BINLOG EVENTS causes server coredump
    - assert's condition moved to the explicit integrity check.
2007-05-30 15:23:47 +05:00
..
2007-04-29 00:50:33 +05:00
2007-05-11 21:51:03 +04:00
2007-05-11 21:51:03 +04:00
2007-05-04 18:06:06 +03:00
2007-05-11 23:22:56 -07:00
2007-05-11 23:37:36 +05:00
2007-05-04 18:06:06 +03:00
2007-05-04 18:06:06 +03:00
2007-05-04 18:06:06 +03:00
2007-05-04 18:06:06 +03:00
2007-05-04 18:06:06 +03:00
2007-05-18 23:21:34 +05:00
2007-04-30 15:36:29 -06:00
2007-05-04 18:06:06 +03:00
2007-05-11 21:51:03 +04:00
2007-05-11 23:37:36 +05:00
2007-05-04 18:06:06 +03:00
2007-04-29 18:52:14 +05:00