mariadb/client
Arun Kuruvila 5b333350a8 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-09-02 14:53:45 +05:30
..
client_priv.h Updated/added copyright headers 2013-02-26 06:35:17 +01:00
CMakeLists.txt Updated/added copyright headers 2012-02-16 10:48:16 +01:00
completion_hash.cc Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
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 Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mysql.cc Merge of patch for bug#14685362 from mysql-5.1. 2013-03-18 12:46:06 +05:30
mysql_plugin.c Bug #17168602 MYSQL_PLUGIN REMOVES NON-DIRECTORY TYPE FILES 2013-09-02 14:53:45 +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 Updated/added copyright headers 2013-02-26 06:35:17 +01:00
mysqldump.c BUG#15844882: MYSQLDUMP FROM 5.5 FAILS WITH AN ERROR WHEN TRYING 2013-07-18 11:44:00 +05:30
mysqlimport.c Merge of patch for Bug#13928675 from mysql-5.1. 2012-08-07 19:07:13 +05:30
mysqlshow.c Merge of patch for Bug#13928675 from mysql-5.1. 2012-08-07 19:07:13 +05:30
mysqlslap.c Merge of patch for Bug#13928675 from mysql-5.1. 2012-08-07 19:07:13 +05:30
mysqltest.cc Bug #16402124 - MTR PROCESSES CERTAIN ASSIGNED VARDIR VALUES WRONG 2013-03-29 16:33:33 +05:30
readline.cc Build broken for gcc 4.5.1 in optimized mode. 2011-11-29 15:52:47 +01:00
sql_string.cc Updated/added copyright headers 2013-02-26 06:35:17 +01:00
sql_string.h BUG#14593883-REPLICATION BREAKS WHEN SET DATA TYPE 2013-03-13 16:29:11 +05:30