]> git.pld-linux.org Git - packages/mysql.git/commitdiff
obsolete
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 28 Sep 2010 20:07:24 +0000 (20:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql-errorlog-no-rename.patch -> 1.6

mysql-errorlog-no-rename.patch [deleted file]

diff --git a/mysql-errorlog-no-rename.patch b/mysql-errorlog-no-rename.patch
deleted file mode 100644 (file)
index 937ceec..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
---- mysql-5.1.43/sql/log.cc~   2010-01-15 19:17:28.000000000 +0200
-+++ mysql-5.1.43/sql/log.cc    2010-02-01 14:53:55.026725423 +0200
-@@ -5020,11 +5042,11 @@
-   bool result=0;
-   if (opt_error_log)
-   {
-+    VOID(pthread_mutex_lock(&LOCK_error_log));
-+#ifdef __WIN__
-     char err_renamed[FN_REFLEN], *end;
-     end= strmake(err_renamed,log_error_file,FN_REFLEN-5);
-     strmov(end, "-old");
--    VOID(pthread_mutex_lock(&LOCK_error_log));
--#ifdef __WIN__
-     char err_temp[FN_REFLEN+5];
-     /*
-      On Windows is necessary a temporary file for to rename
-@@ -5120,7 +5120,6 @@
-     else
-      result= 1;
- #else
--   my_rename(log_error_file,err_renamed,MYF(0));
-    if (redirect_std_streams(log_error_file))
-      result= 1;
- #endif
-
This page took 0.166826 seconds and 4 git commands to generate.