Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.5.2
-
Component/s: None
-
Labels:None
Description
It was reported that errors are encountered on some systems when using the syntax
CREATE UNIQUE INDEX `indexname` ON `tablename` ...
And
DROP INDEX `indexname` ON `tablename`
Instead we should use
ALTER TABLE `tablename` DROP INDEX `indexname`
And
ALTER TABLE `tablename` ADD UNIQUE INDEX `indexname` ...
Activity
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Sprint | 5.6.0 Sprint 2 [ 167 ] |
Rank | Ranked higher |
Rank | Ranked higher |
Status | Open [ 1 ] | In Progress [ 3 ] |
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 20 minutes [ 1200 ] | |
Worklog Id | 15948 [ 15948 ] |
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | In Review [ 5 ] | Closed [ 6 ] |