Closed
Bug 105472
Opened 23 years ago
Closed 23 years ago
no mention that expectbigqueries unnecessary with mysql >=3.23.2
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: myk, Assigned: bbaetz)
References
Details
Attachments
(1 file)
2.20 KB,
patch
|
jouni
:
review+
jouni
:
review+
|
Details | Diff | Splinter Review |
The MySQL documentation says that setting the SQL_BIG_TABLES option is only necessary with versions of MySQL older than 3.23.2. http://www.mysql.com/doc/M/e/Memory_use.html Installations with newer versions of MySQL have no need to set this option and shouldn't since it slows down queries, but there is no mention of this in the explanation of the "expectbigqueries" parameter. The explanation of this parameter should say something like "Setting this parameter is only necessary if you are running a version of MySQL older than 3.23.2."
Updated•23 years ago
|
Target Milestone: --- → Bugzilla 2.16
Comment 1•23 years ago
|
||
We are currently trying to wrap up Bugzilla 2.16. We are now close enough to release time that anything that wasn't already ranked at P1 isn't going to make the cut. Thus this is being retargetted at 2.18. If you strongly disagree with this retargetting, please comment, however, be aware that we only have about 2 weeks left to review and test anything at this point, and we intend to devote this time to the remaining bugs that were designated as release blockers.
Target Milestone: Bugzilla 2.16 → Bugzilla 2.18
Assignee | ||
Comment 2•23 years ago
|
||
Once we require a high enough mysql version, this param can be removed.
Depends on: 87958
Assignee | ||
Comment 3•23 years ago
|
||
we now require 3.23.6, so this param can now be removed
Assignee | ||
Comment 4•23 years ago
|
||
-> me
Comment 5•23 years ago
|
||
Comment on attachment 90455 [details] [diff] [review] v1 I have to trust you wrt the MySQL specifics that I'm not so professional with, but the Perl changes are fine. 2xr=jouni
Attachment #90455 -
Flags: review+
Assignee | ||
Comment 6•23 years ago
|
||
Checked in, thanks.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•