4159 Dyre Tjeldvoll 2013-01-15
Remove writing of deathkey.txt
modified:
storage/ndb/mcc/request_handler.py
4158 Dyre Tjeldvoll 2013-01-15
Fix regression caused by WSA errnos not being defined on other OSes
modified:
storage/ndb/mcc/tst/tst_main.py
storage/ndb/mcc/util.py
=== modified file 'storage/ndb/mcc/request_handler.py'
--- a/storage/ndb/mcc/request_handler.py 2013-01-10 12:18:49 +0000
+++ b/storage/ndb/mcc/request_handler.py 2013-01-15 11:22:36 +0000
@@ -600,10 +600,10 @@ def main(prefix, cfgdir):
global deathkey
deathkey = random.randint(100000, 1000000)
print 'deathkey='+str(deathkey)
- dkf = open('deathkey.txt','w')
- dkf.write(str(deathkey))
- dkf.close()
- os.chmod('deathkey.txt', stat.S_IRUSR)
+# dkf = open('deathkey.txt','w')
+# dkf.write(str(deathkey))
+# dkf.close()
+# os.chmod('deathkey.txt', stat.S_IRUSR)
try:
httpsrv = ConfiguratorServer(srvopts)
if not options.no_browser:
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.5-cluster-7.2 branch (Dyre.Tjeldvoll:4158 to 4159) | Dyre Tjeldvoll | 20 Feb 2013 |