mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-25 16:22:43 +01:00
No description
63be89ba00
Summary: See discussion here: https://secure.phabricator.com/chatlog/channel/%23phabricator/?at=21186 Basically, MySQL usually raises a good error if we exceed "max_allowed_packet": EXCEPTION: (AphrontQueryException) #1153: Got a packet bigger than 'max_allowed_packet' bytes But sometimes it gives us a #2006 instead. This is documented, at least: >"With some clients, you may also get a Lost connection to MySQL server during query error if the communication packet is too large." http://dev.mysql.com/doc/refman//5.5/en/packet-too-large.html Try to improve the error message to point at this as a possible explanation. Test Plan: Faked an error, had it throw, read exception message. See also chatlog. Reviewers: btrahan, skrul Reviewed By: skrul CC: aran Differential Revision: https://secure.phabricator.com/D2923 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support/aphlict | ||
webroot | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
.gitmodules | ||
README |
Phabricator is a open source collection of web applications which make it easier to write, review, and share source code. Phabricator was developed at Facebook. This is an early release. It's pretty high-quality and usable, but under active development so things may change quickly. You can learn more about the project and find links to documentation and resources at: http://phabricator.org/ LICENSE Phabricator is released under the Apache 2.0 license except as otherwise noted. http://www.apache.org/licenses/LICENSE-2.0