mariadb/client
Alexander Nozdrin a9f2b3484a Backporting of Bug#40128 from 6.0 to next-mr.
Original revision in 6.0:
------------------------------------------------------------
revno: 2599.108.1
committer: Alexander Nozdrin <alik@sun.com>
branch nick: 6.0-rpl-bug40128
timestamp: Wed 2009-01-21 15:33:42 +0300
message:
  Fix for Bug#40128: drop-no_root fails under windows in 6.0-rpl.
  
  The problem was that directories with no permission (000) files
  are deleted differently on UNIX and on Windows.
  
  On UNIX, 000-permission file is deleted perfectly, but other files
  are left in the directory.
  
  On Windows, 000-permission file is not deleted, but other files
  are deleted.
  
  Also, the fix needed a change in mysqltest.c: 'chmod' directive
  should return a positive error code (in order to be handled).
  It's decided to return a constant '1' for all error codes
  just to be OS-independent.
------------------------------------------------------------
2009-10-09 18:52:49 +04:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
client_priv.h Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1 2008-01-31 17:46:50 +01:00
CMakeLists.txt Backport http://lists.mysql.com/commits/57778 2009-09-30 15:35:01 +02:00
completion_hash.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
completion_hash.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
echo.c echo.c: 2007-03-20 18:31:49 +01:00
get_password.c fixes for build failures due to my yesterday's changeset forbidding 2008-02-19 18:45:11 +01:00
Makefile.am Auto-merge 2009-07-31 15:28:15 -04:00
my_readline.h Manual merge. 2009-03-18 11:27:49 +03:00
mysql.cc Merge from 5.0 for 43414 2009-08-28 18:21:54 +02:00
mysql_upgrade.c Merge from 5.0 for 43414 2009-08-28 18:21:54 +02:00
mysqladmin.cc manual merge 2009-08-31 12:40:33 -07:00
mysqlbinlog.cc This is the downport of 2009-09-11 22:26:35 +02:00
mysqlcheck.c Merge in bug fixes for client tools 2009-07-14 10:08:38 -07:00
mysqldump.c A backport of a patch for Bug#35297. 2009-10-08 00:57:03 +04:00
mysqlimport.c Fix bug#46980 2009-09-17 18:34:24 +02:00
mysqlshow.c Fix compilation failures: get rid of C++ specifics in C-code. 2009-06-03 15:18:12 +04:00
mysqlslap.c Merge "trunk-build" up into "next-mr". 2009-09-30 22:31:22 +02:00
mysqltest.cc Backporting of Bug#40128 from 6.0 to next-mr. 2009-10-09 18:52:49 +04:00
readline.cc This is the downport of 2009-09-11 22:26:35 +02:00
sql_string.cc auto-merge 2009-03-19 09:44:58 -04:00
sql_string.h Fixed compiler warnings 2007-02-23 13:13:55 +02:00