aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Mysql.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* Back out bug bug 290089, which causes checksetup to fail on a newly-created DB.mkanat%kerio.com2005-04-141-73/+0
|
* Bug 290089: Move timestamp updates to happen before any other Schema updatesmkanat%kerio.com2005-04-141-0/+73
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
* Bug 284850: checksetup should rename indexes to conform to the new standardmkanat%kerio.com2005-04-061-0/+219
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=jouni, a=myk
* Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, ↵mkanat%kerio.com2005-03-161-0/+11
| | | | | | unless they are in "aggregate" functions Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
* Bug 285397: Untested parts of Bugzilla::DB are broken (when running on ↵mkanat%kerio.com2005-03-101-3/+0
| | | | | | PostgreSQL) Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
* Bug 284348: Move initial table creation into the Bugzilla::DB modulesmkanat%kerio.com2005-03-091-0/+36
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, r=Tomas.Kopal, a=justdave
* Bug 281582: Replace CONCAT and MATCH with Bugzilla::DB function call (Note: ↵mkanat%kerio.com2005-03-091-1/+13
| | | | | | This patch also creates a database-agnostic fulltext search method.) Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
* Bug 284598: INSTR function is not supported by postgresmkanat%kerio.com2005-03-051-0/+14
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 284172: checksetup cannot run CREATE DATABASE on PostgreSQLmkanat%kerio.com2005-03-031-1/+5
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave
* Bug 237862: New database layer for cross-database compatibilitymkanat%kerio.com2005-02-171-0/+162
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk