3546 Jonas Oreland 2011-09-29
ndb - trial and error escaping
modified:
storage/ndb/compile-cluster
3545 Jonas Oreland 2011-09-29
ndb - make sure that build-type is added last
modified:
storage/ndb/compile-cluster
=== modified file 'storage/ndb/compile-cluster'
--- a/storage/ndb/compile-cluster 2011-09-29 11:07:50 +0000
+++ b/storage/ndb/compile-cluster 2011-09-29 11:30:39 +0000
@@ -92,7 +92,7 @@ my $cmake_version_id;
if ($opt_build_type)
{
- push(@opt_build_type_arg, "--cmake-args=-G \"" . $opt_build_type . "\"");
+ push(@opt_build_type_arg, "--cmake-args=\"-G " . $opt_build_type . "\"");
}
cmd($^X, @args, @ARGV, @opt_build_type_arg);
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.5-cluster branch (jonas.oreland:3545 to 3546) | Jonas Oreland | 2 Oct |