mariadb/storage/innobase/fts
Marko Mäkelä babbf8c6fc fts_query_free(): Fix a potential assertion failure
The ownership of the field query->intersection usually transfers
to query->doc_ids. In some error scenario, it could be possible
that fts_query_free() would be invoked with query->intersection!=NULL.
Let us handle that case, instead of intentionally crashing the server.
2017-10-18 10:22:10 +03:00
..
fts0ast.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
fts0blex.cc 5.6.31 2016-06-21 14:21:03 +02:00
fts0blex.l move to storage/innobase 2015-05-04 19:17:21 +02:00
fts0config.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
fts0fts.cc MDEV-12676 MySQL#78423 InnoDB FTS duplicate key error 2017-10-16 19:11:30 +03:00
fts0opt.cc MDEV-11233 CREATE FULLTEXT INDEX with a token longer than 127 bytes 2017-01-27 10:19:39 +02:00
fts0pars.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
fts0pars.y move to storage/innobase 2015-05-04 19:17:21 +02:00
fts0que.cc fts_query_free(): Fix a potential assertion failure 2017-10-18 10:22:10 +03:00
fts0sql.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
fts0tlex.cc 5.6.31 2016-06-21 14:21:03 +02:00
fts0tlex.l move to storage/innobase 2015-05-04 19:17:21 +02:00
make_parser.sh 5.6.31 2016-06-21 14:21:03 +02:00
Makefile.query move to storage/innobase 2015-05-04 19:17:21 +02:00