BUG#42907 - Multi-term boolean fulltext query containing a
Sergey Vojtovich authored
            single quote fails in 5.1.x

Performing fulltext prefix search (a word with truncation
operator) may cause a dead-loop.

The problem was in smarter index merge algorithm - it was writing
record reference to an incorrect memory area.

mysql-test/r/fulltext.result:
  A test case for BUG#42907.
mysql-test/t/fulltext.test:
  A test case for BUG#42907.
storage/myisam/ft_boolean_search.c:
  Fixed incorrect memory update by _mi_dpointer() when performing
  fulltext prefix search.
509a9cee
Name Last commit Last update
.bzr-mysql merged addendum to bug 39920 to 5.1-bugteam
BUILD Merge the bashism removal from 5.0 up to 5.1-build
BitKeeper Merge trift2.:/MySQL/M51/mysql-5.1
Docs Makefile.am:
client 5.0-bugteam->5.1-bugteam merge
cmd-line-utils Merge from 5.0-bugteam
config/ac-macros Automerge
dbug Bug#38522: 5 seconds delay when closing application using embedded server
extra Bug#29125 Windows Server X64: so many compiler warnings
include Bug#44164: TL_WRITE has no description in lock_descriptions[]
libmysql auto-merge
libmysql_r Makefile.am:
libmysqld Bug #43715 Link errors when trying to link mysql_embedded.exe
man Bug#37098 Get rid of "Installed (but unpackaged)" files in the RPM build
mysql-test BUG#42907 - Multi-term boolean fulltext query containing a
mysys Bug#43706: libmysqld segfaults when re-intialised
netware Auto-merge up from 5.0
plugin Add the IBM DB2 for i storage engine.
pstack Makefile.am, configure.in:
regex Fix for server bug experienced in Maria (wrong "Truncated incorrect <var_name>
scripts Merge revert of bug32136 into 5.1.
server-tools auto-merge
sql-bench Up-merge from 5.0
sql-common auto-merge
sql BUG#44378 rpl_binlog_corruption fails with warning messages in Valgrind
storage
strings
support-files
tests
unittest
vio
win
zlib
.bzrignore
.cvsignore
CMakeLists.txt
COPYING
EXCEPTIONS-CLIENT
INSTALL-SOURCE
INSTALL-WIN-SOURCE
Makefile.am
README
configure.in
This is a release of MySQL, a dual-license SQL database server.
MySQL is brought to you by the MySQL team at MySQL AB.

License information can be found in these files:
- For GPL (free) distributions, see the COPYING file and
  the EXCEPTIONS-CLIENT file.
- For commercial distributions, see the LICENSE.mysql file.


For further information about MySQL or additional documentation, see:
- The latest information about MySQL: http://www.mysql.com
- The current MySQL documentation: http://dev.mysql.com/doc

Some manual sections of special interest:

- If you are migrating from an older version of MySQL, please read the
  "Upgrading from..." section first!
- To see what MySQL can do, take a look at the features section.
- For installation instructions, see the Installing and Upgrading chapter.
- For the new features/bugfix history, see the Change History appendix.
- For the currently known bugs/misfeatures (known errors) see the Problems
  and Common Errors appendix.
- For a list of developers and other contributors, see the Credits
  appendix.

A local copy of the MySQL Reference Manual can be found in the Docs
directory in GNU Info format.  You can also browse the manual online or
download it in any of several formats at the URL given earlier in this
file.

************************************************************

IMPORTANT:

Bug or error reports should be sent to http://bugs.mysql.com.