Mercurial > p > roundup > code
diff CHANGES.txt @ 5137:98fdc1f98194
issue2550743 - Reindex with MySQL Server failed. It looks like
indexing large documents may require increasing mysql's
max_allowed_packet setting. Documented the issue in doc/mysql.txt.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 09 Jul 2016 14:27:24 -0400 |
| parents | 0142b4fb5a2d |
| children | c54720396f40 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Jul 09 13:34:02 2016 -0400 +++ b/CHANGES.txt Sat Jul 09 14:27:24 2016 -0400 @@ -245,7 +245,7 @@ Diagnosis and fix with patch by R David Murray. Support for restoring retired but active queries, html layout changes and doc by John Rouillard. -- issue2550785: Using login from search (or logout) fails. when +- issue2550785: Using login from search (or logout) fails. When logging in from a search page or after a logout it fails with an error. These failures have been fixed. The fix also keeps the user on the same page they started from before the login. There are two @@ -258,6 +258,12 @@ the simple dropdown search item, retired values are now removed from the expression editor. (We have an open question as to whether this is desirable.) +- issue2550743 - Reindex with MySQL Server failed. It looks like + indexing large documents may require increasing mysql's + max_allowed_packet setting. Documented the issue in doc/mysql.txt. + Possible solutions include: increasing value of MySQL parameter, + changing the full text search engine to whoosh or xapian. Problem + report by telsch. Analysis/doc by John Rouillard. 2016-01-11: 1.5.1
