From: Dyre Tjeldvoll Date: January 15 2013 11:23am Subject: bzr push into mysql-5.5-cluster-7.2 branch (Dyre.Tjeldvoll:4158 to 4159) List-Archive: http://lists.mysql.com/commits/145609 Message-Id: <20130115112332.13180.97918.4159@khepri17.no.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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).