mariadb/storage/xtradb/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 5.6.23-72.1 2015-05-04 22:17:04 +02:00
fts0blex.cc 5.6.31-77.0 2016-08-10 19:24:58 +02:00
fts0blex.l move to storage/xtradb 2015-05-04 19:15:28 +02:00
fts0config.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
fts0fts.cc MDEV-12676 MySQL#78423 InnoDB FTS duplicate key error 2017-10-16 19:11:30 +03:00
fts0opt.cc Merge branch 'merge-xtradb-5.6' into 10.0 2017-03-05 00:59:57 +02:00
fts0pars.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
fts0pars.y move to storage/xtradb 2015-05-04 19:15:28 +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/xtradb 2015-05-04 19:15:28 +02:00
fts0tlex.cc 5.6.31-77.0 2016-08-10 19:24:58 +02:00
fts0tlex.l move to storage/xtradb 2015-05-04 19:15:28 +02:00
make_parser.sh 5.6.31-77.0 2016-08-10 19:24:58 +02:00
Makefile.query move to storage/xtradb 2015-05-04 19:15:28 +02:00