summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Mysql.pm
AgeCommit message (Expand)AuthorFilesLines
2005-04-15Bug 78276: change name of "when" index on bugs_activity.bug_when columnmkanat%kerio.com1-1/+2
2005-04-15Bug 289999: $bad_names hash in index-renaming code throws an "odd number of e...mkanat%kerio.com1-10/+10
2005-04-15Bug 290089: Move timestamp updates to happen before any other Schema updatesmkanat%kerio.com1-0/+73
2005-04-14Back out bug bug 290089, which causes checksetup to fail on a newly-created DB.mkanat%kerio.com1-73/+0
2005-04-14Bug 290089: Move timestamp updates to happen before any other Schema updatesmkanat%kerio.com1-0/+73
2005-04-06Bug 284850: checksetup should rename indexes to conform to the new standardmkanat%kerio.com1-0/+219
2005-03-16Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...mkanat%kerio.com1-0/+11
2005-03-10Bug 285397: Untested parts of Bugzilla::DB are broken (when running on Postgr...mkanat%kerio.com1-3/+0
2005-03-09Bug 284348: Move initial table creation into the Bugzilla::DB modulesmkanat%kerio.com1-0/+36
2005-03-09Bug 281582: Replace CONCAT and MATCH with Bugzilla::DB function call (Note: T...mkanat%kerio.com1-1/+13
2005-03-05Bug 284598: INSTR function is not supported by postgresmkanat%kerio.com1-0/+14
2005-03-03Bug 284172: checksetup cannot run CREATE DATABASE on PostgreSQLmkanat%kerio.com1-1/+5
2005-02-17Bug 237862: New database layer for cross-database compatibilitymkanat%kerio.com1-0/+162