mariadb/mysys
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
..
.cvsignore
array.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
base64.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
ChangeLog
charset-def.c Updated/added copyright headers 2012-02-15 17:21:38 +01:00
charset.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
checksum.c
CMakeLists.txt Updated/added copyright headers 2011-07-03 17:47:37 +02:00
default.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
default_modify.c
errors.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
hash.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
list.c
make-ccc
make-conf.c
Makefile.am Updated/added copyright headers 2011-07-03 17:47:37 +02:00
md5.c
mf_arr_appstr.c
mf_brkhant.c
mf_cache.c
mf_dirname.c
mf_fn_ext.c
mf_format.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mf_getdate.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mf_iocache.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mf_iocache2.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mf_keycache.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mf_keycaches.c
mf_loadpath.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mf_pack.c
mf_path.c
mf_qsort.c
mf_qsort2.c
mf_radix.c
mf_same.c
mf_sort.c
mf_soundex.c
mf_tempdir.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mf_tempfile.c
mf_unixpath.c
mf_util.c
mf_wcomp.c
mf_wfile.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mulalloc.c
my_access.c
my_aes.c
my_alarm.c
my_alloc.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_append.c
my_bit.c
my_bitmap.c Updated/added copyright headers 2011-07-03 17:47:37 +02:00
my_chsize.c
my_clock.c
my_compare.c Updated/added copyright headers 2012-02-15 17:13:47 +01:00
my_compress.c
my_conio.c
my_copy.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_crc32.c
my_create.c
my_delete.c
my_div.c
my_dup.c
my_error.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_file.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_fopen.c
my_fstream.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_gethwaddr.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_getncpus.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_getopt.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_getpagesize.c
my_getsystime.c
my_getwd.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_handler_errors.h Bug#13635833: MULTIPLE CRASHES IN FOREIGN KEY CODE WITH CONCURRENT DDL/DML 2012-03-01 11:05:51 +05:30
my_init.c Updated/added copyright headers 2012-02-15 17:13:47 +01:00
my_largepage.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_lib.c
my_libwrap.c
my_lock.c
my_lockmem.c
my_malloc.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_memmem.c
my_messnc.c
my_mkdir.c
my_mmap.c
my_net.c Updated/added copyright headers 2011-07-03 17:47:37 +02:00
my_netware.c
my_new.cc Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_once.c
my_open.c
my_pread.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_pthread.c
my_quick.c
my_read.c
my_realloc.c
my_redel.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_rename.c
my_seek.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_sleep.c
my_static.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_static.h
my_symlink.c Updated/added copyright headers 2012-02-15 17:21:38 +01:00
my_symlink2.c
my_sync.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_thr_init.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_vle.c
my_wincond.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_windac.c
my_winthread.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_write.c Bug#11762667: MYSQLBINLOG IGNORES ERRORS WHILE WRITING OUTPUT 2012-05-29 12:11:30 +05:30
mysys_priv.h
ptr_cmp.c
queues.c
rijndael.c
safemalloc.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
sha1.c
stacktrace.c Bug#11761576 54082: HANDLE_SEGFAULT MAKES USE OF UNSAFE FUNCTIONS 2012-03-06 13:30:30 +01:00
string.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
test_charset.c
test_dir.c
test_fn.c
test_xml.c
testhash.c
thr_alarm.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
thr_lock.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
thr_mutex.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
thr_rwlock.c
tree.c
trie.c
typelib.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00