summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Schema/Mysql.pm
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-04-10 16:29:53 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-04-10 16:29:53 +0200
commit94fd1545568688d8e2627c14dab6192942b6ed37 (patch)
treef4a679f16dd15b16cb03cb70edf7af0256a84b7e /Bugzilla/DB/Schema/Mysql.pm
parenta2689d0747d489c5d6f1b073a829df7d69357bda (diff)
parentffad8c2a00a341fdea08187a836c4d4365b2556f (diff)
downloadbugzilla-94fd1545568688d8e2627c14dab6192942b6ed37.tar.gz
bugzilla-94fd1545568688d8e2627c14dab6192942b6ed37.tar.xz
Merge branch '4.2' of ssh://git.mozilla.org/webtools/bmo/bugzilla into 4.2
Diffstat (limited to 'Bugzilla/DB/Schema/Mysql.pm')
-rw-r--r--Bugzilla/DB/Schema/Mysql.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/Bugzilla/DB/Schema/Mysql.pm b/Bugzilla/DB/Schema/Mysql.pm
index f2450abf1..5fc50a986 100644
--- a/Bugzilla/DB/Schema/Mysql.pm
+++ b/Bugzilla/DB/Schema/Mysql.pm
@@ -108,12 +108,10 @@ sub _initialize {
INT2 => 'smallint',
INT3 => 'mediumint',
INT4 => 'integer',
- INT5 => 'bigint unsigned',
SMALLSERIAL => 'smallint auto_increment',
MEDIUMSERIAL => 'mediumint auto_increment',
INTSERIAL => 'integer auto_increment',
- BIGSERIAL => 'bigint unsigned auto_increment',
TINYTEXT => 'tinytext',
MEDIUMTEXT => 'mediumtext',