]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Bug 605663: For MySQL, use information_schema instead of SHOW TABLE STATUS
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Tue, 19 Oct 2010 23:45:47 +0000 (16:45 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Tue, 19 Oct 2010 23:45:47 +0000 (16:45 -0700)
commit956e50863d553ed397f15c4c640d07aecf4c8cc5
tree1165403a5eb6f70b2d80ed8d6e147c46d07f2e56
parent509189f0c586ed468287d323e03e0cd2658fd198
Bug 605663: For MySQL, use information_schema instead of SHOW TABLE STATUS
to get table information during checksetup, because it's much faster.
This also bumps our MySQL requirement to 5.0.15.
r=mkanat, a=mkanat (module owner)
Bugzilla/Constants.pm
Bugzilla/DB/Mysql.pm