Closed
Bug 377564
Opened 18 years ago
Closed 18 years ago
Indexes are not renamed when renaming tables
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: LpSolit, Assigned: mkanat)
References
Details
Attachments
(1 file)
3.22 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
Bug 373869 fixed most parts of the code but some indexes are still uppercase.
Flags: blocking3.0?
Assignee | ||
Updated•18 years ago
|
Flags: blocking3.0? → blocking3.0+
Assignee | ||
Comment 1•18 years ago
|
||
Okay, I tested this on both MySQL and PostgreSQL, and it works.
Attachment #262116 -
Flags: review?(LpSolit)
Reporter | ||
Comment 2•18 years ago
|
||
Comment on attachment 262116 [details] [diff] [review]
v1
Works fine. r=LpSolit
Attachment #262116 -
Flags: review?(LpSolit) → review+
Assignee | ||
Comment 3•18 years ago
|
||
tip:
Checking in Bugzilla/DB.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/DB.pm,v <-- DB.pm
new revision: 1.100; previous revision: 1.99
done
Checking in Bugzilla/DB/Schema.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/DB/Schema.pm,v <-- Schema.pm
new revision: 1.85; previous revision: 1.84
done
Checking in Bugzilla/Install/DB.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Install/DB.pm,v <-- DB.pm
new revision: 1.32; previous revision: 1.31
done
3.0:
Checking in Bugzilla/DB.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/DB.pm,v <-- DB.pm
new revision: 1.93.2.2; previous revision: 1.93.2.1
done
Checking in Bugzilla/DB/Schema.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/DB/Schema.pm,v <-- Schema.pm
new revision: 1.80.2.2; previous revision: 1.80.2.1
done
Checking in Bugzilla/Install/DB.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Install/DB.pm,v <-- DB.pm
new revision: 1.26.2.2; previous revision: 1.26.2.1
done
Status: NEW → RESOLVED
Closed: 18 years ago
Flags: approval3.0+
Flags: approval+
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•