Below is the list of changes that have just been committed into a local
5.1 repository of stewart. When stewart 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://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-06-13 23:34:36+10:00, stewart@stripped +1 -0
[PATCH] BUG#29074 preserve file timestamps in ndb_error_reporter
Index: ndb-work/storage/ndb/tools/ndb_error_reporter
===================================================================
storage/ndb/tools/ndb_error_reporter@stripped, 2007-05-19 01:31:01+10:00,
stewart@stripped +2 -2
BUG#29074 preserve file timestamps in ndb_error_reporter
# 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: stewart
# Host: willster.(none)
# Root: /home/stewart/Documents/MySQL/5.1/ndb-merge
--- 1.1/storage/ndb/tools/ndb_error_reporter 2006-01-11 21:35:20 +11:00
+++ 1.2/storage/ndb/tools/ndb_error_reporter 2007-05-19 01:31:01 +10:00
@@ -62,13 +62,13 @@
(($config_get_fs)?" with filesystem":"").
"\n\n";
my $recurse= ($config_get_fs)?'-r ':'';
- system 'scp '.$recurse.$config_username.config($node,'host').
+ system 'scp -p '.$recurse.$config_username.config($node,'host').
':'.config($node,'datadir')."/ndb_".$node."* ".
"$reportdir/\n";
}
print "\n\n Copying configuration file...\n\n\t$config_file\n\n";
-system "cp $config_file $reportdir/";
+system "cp -p $config_file $reportdir/";
my $r = system 'bzip2 2>&1 > /dev/null < /dev/null';
my $outfile;
| Thread |
|---|
| • bk commit into 5.1 tree (stewart:1.2541) BUG#29074 | Stewart Smith | 13 Jun |