aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Schema/Mysql.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 1234977: Replace \d+ by [0-9]+ in critical validation placesFrédéric Buclin2016-03-091-1/+1
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Bug 801664 - Add DATE type for custom fields. r=LpSolit.Gervase Markham2013-01-021-1/+1
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+24
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+2
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-21/+5
* Add a comment above BOOLEAN_MAP to make it crystal clear that it doesMax Kanat-Alexander2010-04-211-0/+3
* Bug 519584: Implement a framework for migrating from other bug-trackers, and ...mkanat%bugzilla.org2009-10-241-0/+5
* Additional fix for bug 508023, to make upgrades from 3.1.4 succeed.mkanat%bugzilla.org2009-08-031-3/+5
* Bug 508023: Speed up MySQL's bz_alter_column for when we're just adding or re...mkanat%bugzilla.org2009-08-031-2/+22
* Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ...mkanat%bugzilla.org2008-03-251-1/+1
* Bug 408032: [Oracle] Make bzdbcopy.pl work with Oraclemkanat%bugzilla.org2007-12-131-3/+3
* Bug 153129: Bugzilla uses "mediumtext" as a DB data type when it's not necessarymkanat%bugzilla.org2007-12-111-1/+2
* Bug 373442: Add referential integrity against the profiles table in some more...mkanat%bugzilla.org2007-03-111-11/+0
* Bug 347439: Implement support for referential integrity in Bugzilla::DB::Sche...mkanat%bugzilla.org2007-03-101-0/+29
* Bug 347475: [MySQL] Use InnoDB for most tablesmkanat%bugzilla.org2007-03-091-1/+4
* Bug 304550: Bugzilla should always store data in MySQL as UTF-8mkanat%bugzilla.org2006-11-181-1/+13
* Spelling in code comments patch: 'ddatetime' -> 'datetime'; patch by Vlad Das...vladd%bugzilla.org2006-06-191-1/+1
* Bug 310231: MySQL-specific get_alter_column_ddl will not drop primary keymkanat%kerio.com2005-12-191-1/+14
* Bug 301901: Index rename failure when renaming an index called PRIMARYmkanat%kerio.com2005-08-011-0/+3
* Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-151-0/+1
* Bug 290677: Index rename time estimate is too short on large sitesmkanat%kerio.com2005-05-171-0/+24
* Bug 285722: Updates From 2.18- to 2.20+ will not workmkanat%kerio.com2005-04-231-2/+9
* Bug 290402: Functions to support reading-in a Schema object from the databasemkanat%kerio.com2005-04-171-0/+168
* Bug 78276: change name of "when" index on bugs_activity.bug_when columnmkanat%kerio.com2005-04-151-2/+2
* Bug 286527: Cross-DB bz_rename_column and bz_drop_column (Part of Bug 285111)mkanat%kerio.com2005-04-051-3/+6
* Bug 286689: Cross-DB bz_add_index and bz_drop_index (Part of Bug 285111)mkanat%kerio.com2005-03-221-0/+5
* Bug 285748: Cross-DB bz_alter_column (Part of Bug 285111)mkanat%kerio.com2005-03-181-1/+12
* Bug 285113: Bugzilla::DB::Schema needs a way to serialize and store its abstr...mkanat%kerio.com2005-03-181-1/+1
* Bug 146679: Reusable, structured, database-independent schemamkanat%kerio.com2005-03-091-0/+100