]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Bug 569312: Speed up the adding of many FKs to the same table for MySQL
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Tue, 1 Jun 2010 20:33:49 +0000 (13:33 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Tue, 1 Jun 2010 20:33:49 +0000 (13:33 -0700)
commit0ac4d26f78657a3bb089711cac2fd5f76d077437
tree7bafa6b4ab2e3086960ad896258f9d0d6d5c3002
parentcef812462fabfc26aebf6557a46b6eee0bc207b0
Bug 569312: Speed up the adding of many FKs to the same table for MySQL
and PostgreSQL, by adding them all in one ALTER statement
r=mkanat, a=mkanat (module owner)
Bugzilla/DB.pm
Bugzilla/DB/Schema.pm
Bugzilla/DB/Schema/Oracle.pm