3406 jonas oreland 2011-06-30
ndb - compile-cluster - allow 0 or more argument to "--with-debug" still meaning debug=1
modified:
storage/ndb/compile-cluster
3405 jonas oreland 2011-06-30
ndb - bug#61709 - arg reverse MCP tag :-(
modified:
plugin/auth/qa_auth_interface.c
=== modified file 'storage/ndb/compile-cluster'
--- a/storage/ndb/compile-cluster 2011-06-30 14:08:28 +0000
+++ b/storage/ndb/compile-cluster 2011-06-30 18:43:59 +0000
@@ -36,8 +36,7 @@ GetOptions(
# Build MySQL Server and NDB with debug
'debug' => \$opt_debug,
- 'with-debug=s' => \$opt_debug,
-
+ 'with-debug:s' => sub { $opt_debug = 1; },
) or exit(1);
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.5-cluster branch (jonas.oreland:3405 to 3406) | jonas oreland | 4 Jul |