mariadb/client
Arun Kuruvila 16db26fcf1 Bug #17168602 MYSQL_PLUGIN REMOVES NON-DIRECTORY TYPE FILES
SPECIFIED WITH THE BASEDIR OPTION 

Description: The mysql_plugin client attempts to remove any
filename specified to the --basedir option. The problem is
that if the filename does not end with a slash, it will 
attempt to unlink it, which succeeds for files, but not for
directories.

Analysis: When we are starting mysql_plugin with basedir 
option and if we are giving path of a file as basedir, it 
deletes that file. It was because it uses a function 
my_delete which unlinks the file path given.

Fix:  As a fix we replace that line using another function 
my_free, which will only free the  pointer which is having 
that file path.
2013-11-25 12:31:09 +05:30
..
client_priv.h
CMakeLists.txt
completion_hash.cc
completion_hash.h Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
echo.c Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
get_password.c Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
my_readline.h
mysql.cc
mysql_plugin.c Bug #17168602 MYSQL_PLUGIN REMOVES NON-DIRECTORY TYPE FILES 2013-11-25 12:31:09 +05:30
mysql_upgrade.c Bug#16500013 : post-fix 2013-03-22 14:55:30 +05:30
mysqladmin.cc Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
mysqlbinlog.cc Bug#16607258 :Linker Errors Due To Inclusion Of An Implementation File 2013-05-14 22:52:42 +05:30
mysqlcheck.c
mysqldump.c BUG#15844882: MYSQLDUMP FROM 5.5 FAILS WITH AN ERROR WHEN TRYING 2013-07-18 11:44:00 +05:30
mysqlimport.c
mysqlshow.c
mysqlslap.c
mysqltest.cc Bug #16402124 - MTR PROCESSES CERTAIN ASSIGNED VARDIR VALUES WRONG 2013-03-29 16:33:33 +05:30
readline.cc
sql_string.cc
sql_string.h