mariadb/mysys
Neeraj Bisht cb0afbd126 Bug#18207212 : FILE NAME IS NOT ESCAPED IN BINLOG FOR LOAD DATA INFILE STATEMENT
Problem:
Load_log_event::print_query() function does not put escape character in file name 
for "LOAD DATA INFILE" statement.

Analysis:
When we have "'" in our file name for "LOAD DATA INFILE" statement,
Load_log_event::print_query() function does not put escape character 
in our file name.

This one result that when we show binary-log, we get file name without 
escape character.

Solution:
To put escape character when we have "'" in file name, for this instead of using 
simple memcpy() to put file-name, we will use pretty_print_str().
2014-05-15 15:50:52 +05:30
..
array.c
base64.c
ChangeLog
charset-def.c
charset.c
checksum.c
CMakeLists.txt Backport from trunk: 2014-05-07 17:09:14 +02:00
default.c
errors.c
hash.c
lf_alloc-pin.c
lf_dynarray.c
lf_hash.c
list.c
md5.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mf_arr_appstr.c Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
mf_cache.c
mf_dirname.c
mf_fn_ext.c
mf_format.c
mf_getdate.c
mf_iocache.c
mf_iocache2.c Bug#18207212 : FILE NAME IS NOT ESCAPED IN BINLOG FOR LOAD DATA INFILE STATEMENT 2014-05-15 15:50:52 +05:30
mf_keycache.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mf_keycaches.c
mf_loadpath.c
mf_pack.c
mf_path.c
mf_qsort.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mf_qsort2.c Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
mf_radix.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mf_same.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mf_sort.c
mf_soundex.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mf_tempdir.c
mf_tempfile.c
mf_unixpath.c
mf_wcomp.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mulalloc.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_access.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_aes.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_alarm.c Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
my_alloc.c
my_atomic.c
my_bit.c
my_bitmap.c
my_chsize.c
my_compare.c
my_compress.c
my_conio.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_copy.c
my_crc32.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_create.c
my_delete.c
my_div.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_error.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_file.c
my_fopen.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_fstream.c
my_gethwaddr.c
my_getncpus.c
my_getopt.c
my_getpagesize.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_getsystime.c
my_getwd.c
my_handler_errors.h
my_init.c
my_largepage.c
my_lib.c
my_libwrap.c Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
my_lock.c
my_lockmem.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_malloc.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_memmem.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_mess.c
my_mkdir.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_mmap.c
my_new.cc
my_once.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_open.c
my_pread.c
my_pthread.c
my_quick.c
my_rdtsc.c
my_read.c
my_redel.c
my_rename.c
my_seek.c
my_sleep.c
my_static.c
my_static.h
my_symlink.c
my_symlink2.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_sync.c
my_thr_init.c Bug #17514920 MYSQL_THREAD_INIT() CALL WITHOUT MYSQL_INIT() IS CRASHING IN WINDOWS 2014-04-23 12:46:00 +03:00
my_timer_cycles.il
my_wincond.c
my_windac.c
my_winerr.c
my_winfile.c
my_winthread.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_write.c
mysys_priv.h
ptr_cmp.c
queues.c
rijndael.c
sha1.c Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
stacktrace.c
string.c
test_charset.c
test_dir.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
test_xml.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
testhash.c
thr_alarm.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
thr_lock.c
thr_mutex.c
thr_rwlock.c
tree.c
typelib.c