List:Internals« Previous MessageNext Message »
From:Sinisa Date:October 7 2002 12:17pm
Subject:bk commit into 4.0 tree
View as plain text  
Below is the list of changes that have just been committed into a local
4.0 repository of Sinisa. When Sinisa does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet@stripped, 2002-10-07 15:17:41+03:00, Sinisa@stripped
  a fix for the typo in the last push

  scripts/mysqld_safe.sh
    1.46 02/10/07 15:17:40 Sinisa@stripped +1 -1
    a fix for the typo in the last push

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	Sinisa
# Host:	sinisa.nasamreza.org
# Root:	/mnt/work/mysql-4.0

--- 1.45/scripts/mysqld_safe.sh	Sat Oct  5 15:45:23 2002
+++ 1.46/scripts/mysqld_safe.sh	Mon Oct  7 15:17:40 2002
@@ -307,7 +307,7 @@
     done
   fi
 
-  echo "`date +'%y%m%d %H:%M:%S'  mysqld restarted" | tee -a $err_log
+  echo "`date +'%y%m%d %H:%M:%S'`  mysqld restarted" | tee -a $err_log
 done
 
 echo "`date +'%y%m%d %H:%M:%S'`  mysqld ended" | tee -a $err_log
Thread
bk commit into 4.0 treeSinisa7 Oct