summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Schema/Mysql.pm
AgeCommit message (Expand)AuthorFilesLines
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-21/+5
2010-04-22Add a comment above BOOLEAN_MAP to make it crystal clear that it doesMax Kanat-Alexander1-0/+3
2009-10-24Bug 519584: Implement a framework for migrating from other bug-trackers, and ...mkanat%bugzilla.org1-0/+5
2009-08-03Additional fix for bug 508023, to make upgrades from 3.1.4 succeed.mkanat%bugzilla.org1-3/+5
2009-08-03Bug 508023: Speed up MySQL's bz_alter_column for when we're just adding or re...mkanat%bugzilla.org1-2/+22
2008-03-25Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ...mkanat%bugzilla.org1-1/+1
2007-12-13Bug 408032: [Oracle] Make bzdbcopy.pl work with Oraclemkanat%bugzilla.org1-3/+3
2007-12-11Bug 153129: Bugzilla uses "mediumtext" as a DB data type when it's not necessarymkanat%bugzilla.org1-1/+2
2007-03-11Bug 373442: Add referential integrity against the profiles table in some more...mkanat%bugzilla.org1-11/+0
2007-03-10Bug 347439: Implement support for referential integrity in Bugzilla::DB::Sche...mkanat%bugzilla.org1-0/+29
2007-03-09Bug 347475: [MySQL] Use InnoDB for most tablesmkanat%bugzilla.org1-1/+4
2006-11-19Bug 304550: Bugzilla should always store data in MySQL as UTF-8mkanat%bugzilla.org1-1/+13
2006-06-19Spelling in code comments patch: 'ddatetime' -> 'datetime'; patch by Vlad Das...vladd%bugzilla.org1-1/+1
2005-12-19Bug 310231: MySQL-specific get_alter_column_ddl will not drop primary keymkanat%kerio.com1-1/+14
2005-08-01Bug 301901: Index rename failure when renaming an index called PRIMARYmkanat%kerio.com1-0/+3
2005-06-15Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com1-0/+1
2005-05-17Bug 290677: Index rename time estimate is too short on large sitesmkanat%kerio.com1-0/+24
2005-04-23Bug 285722: Updates From 2.18- to 2.20+ will not workmkanat%kerio.com1-2/+9
2005-04-17Bug 290402: Functions to support reading-in a Schema object from the databasemkanat%kerio.com1-0/+168
2005-04-15Bug 78276: change name of "when" index on bugs_activity.bug_when columnmkanat%kerio.com1-2/+2
2005-04-05Bug 286527: Cross-DB bz_rename_column and bz_drop_column (Part of Bug 285111)mkanat%kerio.com1-3/+6
2005-03-22Bug 286689: Cross-DB bz_add_index and bz_drop_index (Part of Bug 285111)mkanat%kerio.com1-0/+5
2005-03-18Bug 285748: Cross-DB bz_alter_column (Part of Bug 285111)mkanat%kerio.com1-1/+12
2005-03-18Bug 285113: Bugzilla::DB::Schema needs a way to serialize and store its abstr...mkanat%kerio.com1-1/+1
2005-03-09Bug 146679: Reusable, structured, database-independent schemamkanat%kerio.com1-0/+100