1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-21 11:01:08 +03:00
Files
mariadb/client
Rohit Kalhans 35d4c18ef4 Bug#11762667: MYSQLBINLOG IGNORES ERRORS WHILE WRITING OUTPUT
Problem: mysqlbinlog exits without any error code in case of
file write error. It is because of the fact that the calls
to Log_event::print() method does not return a value and the
thus any error were being ignored.

Resolution: We resolve this problem by checking for the 
IO_CACHE::error == -1 after every call to Log_event:: print()
and terminating the further execution.
2012-05-29 12:11:30 +05:30
..
2011-07-03 17:47:37 +02:00
2011-06-30 17:37:13 +02:00
2007-03-20 18:31:49 +01:00
2011-07-03 17:47:37 +02:00
2011-06-30 17:37:13 +02:00
2011-07-22 11:46:45 +04:00
2011-07-22 11:46:45 +04:00
2011-07-22 11:46:45 +04:00
2011-07-22 11:46:45 +04:00
2011-07-22 11:46:45 +04:00
2012-02-15 17:21:38 +01:00
2011-06-30 17:37:13 +02:00