- Timestamp:
- Mar 5, 2013, 2:23:09 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130207/ippToPsps
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
jython/mysql.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130207/ippToPsps
- Property svn:mergeinfo changed
/trunk/ippToPsps (added) merged: 35170-35171,35173-35175,35177-35179,35181-35188,35190-35191,35203-35204,35216-35218,35222-35226,35232-35233
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130207/ippToPsps/jython/mysql.py
r33787 r35235 84 84 connectionID = self.getLastConnectionID() 85 85 if connectionID == self.connectionID: 86 print "not killing connection: ", connectionID 86 87 self.logger.debug("NOT going to kill THIS connection ID") 87 88 return 88 89 89 90 sql = "KILL %d" % connectionID 90 self.execute(sql) 91 92 try: 93 self.execute(sql) 94 except: 95 print "failed to kill connection: ", connectionID 91 96 92 97 '''
Note:
See TracChangeset
for help on using the changeset viewer.
