aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Mysql.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Bucl...lpsolit%gmail.com2005-07-261-9/+4
* Fix for bug 232612: enables boolean mode fulltext searches for better searchi...myk%mozilla.org2005-07-151-1/+12
* Bug 204217: require MySQL version 4.0+mkanat%kerio.com2005-07-121-1/+1
* Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case inse...mkanat%kerio.com2005-07-081-0/+6
* Bug 299212: "already locked" errors should be more informative - Patch by FrÃ...lpsolit%gmail.com2005-07-081-5/+7
* Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-151-0/+1
* Bug 286672: Require correct DBD depending on the $db_driver in usemkanat%kerio.com2005-05-271-0/+1
* Bug 290677: Index rename time estimate is too short on large sitesmkanat%kerio.com2005-05-171-10/+19
* Bug 292821: "Attempt to free unreferenced scalar" running checksetupbugzilla%glob.com.au2005-05-061-2/+6
* Bug 287986: Bugzilla::DB::Mysql needs a way to read in a Schema object from t...mkanat%kerio.com2005-04-231-0/+6
* Bug 285722: Updates From 2.18- to 2.20+ will not workmkanat%kerio.com2005-04-231-13/+18
* Bug 290277: Index renaming may fail if misnamed PRIMARY indexes existmkanat%kerio.com2005-04-231-1/+14
* Bug 290403: Slight cleanup of Bugzilla::DB index codemkanat%kerio.com2005-04-171-21/+6
* Bug 290402: Functions to support reading-in a Schema object from the databasemkanat%kerio.com2005-04-171-0/+90
* Bug 78276: change name of "when" index on bugs_activity.bug_when columnmkanat%kerio.com2005-04-151-1/+2
* Bug 289999: $bad_names hash in index-renaming code throws an "odd number of e...mkanat%kerio.com2005-04-151-10/+10
* Bug 290089: Move timestamp updates to happen before any other Schema updatesmkanat%kerio.com2005-04-151-0/+73
* 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
* Bug 284850: checksetup should rename indexes to conform to the new standardmkanat%kerio.com2005-04-061-0/+219
* Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...mkanat%kerio.com2005-03-161-0/+11
* Bug 285397: Untested parts of Bugzilla::DB are broken (when running on Postgr...mkanat%kerio.com2005-03-101-3/+0
* Bug 284348: Move initial table creation into the Bugzilla::DB modulesmkanat%kerio.com2005-03-091-0/+36
* Bug 281582: Replace CONCAT and MATCH with Bugzilla::DB function call (Note: T...mkanat%kerio.com2005-03-091-1/+13
* Bug 284598: INSTR function is not supported by postgresmkanat%kerio.com2005-03-051-0/+14
* Bug 284172: checksetup cannot run CREATE DATABASE on PostgreSQLmkanat%kerio.com2005-03-031-1/+5
* Bug 237862: New database layer for cross-database compatibilitymkanat%kerio.com2005-02-171-0/+162