- Timestamp:
- Jul 31, 2014, 2:34:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps/jython/mysql.py
r37156 r37160 283 283 #self.logger.warn("Index already in place on '" + column + "' for table '" + table + "'") 284 284 285 def addPrimaryKeyWithIgnore(self, table, column) 285 def addPrimaryKeyWithIgnore(self, table, column): 286 286 # note that in mysql versions later than 5.1, this fails 287 287 # unless the following is called first:
Note:
See TracChangeset
for help on using the changeset viewer.
