Bug 4972 Fix table creations failing due to foreign key checks
authorColin Campbell <colin.campbell@ptfs-europe.com>
Thu, 8 Jul 2010 15:19:17 +0000 (16:19 +0100)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 22 Oct 2010 02:26:01 +0000 (22:26 -0400)
commita0065707d88d8e89a0480795eae7ef5d7581671a
treede4158672f0367d37112016a1c7ee85341cc9d92
parentdcbcf8815cf6702d9120700c35a88d5ae3946a08
Bug 4972 Fix table creations failing due to foreign key checks

create tables were failing with cryptic 1005 error from mysql
wrapped creation of aqbasketgroups and aqcontract in
FOREIGN_KEY_CHECKS=0 and FOREIGN_KEY_CHECKS=1

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
installer/data/mysql/updatedatabase.pl