diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2017-10-18 08:58:39 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2017-10-18 09:07:53 +0300 |
commit | 3bc094d32a360b7d51600cf11bc4ce24117ecb78 (patch) | |
tree | 95cad1f6b41aed4758ffa89c6430d9d249e82b33 /sql/parse_file.cc | |
parent | a63102226e28122373c35bb8921a6656260b7e1e (diff) | |
download | mariadb-git-3bc094d32a360b7d51600cf11bc4ce24117ecb78.tar.gz |
Remove dead code for pushing down LIMIT to InnoDB FULLTEXT INDEX queries
MySQL 5.7 added code to push down the LIMIT to fulltext search
in InnoDB:
commit 2cd0ebf97e1b265e2282d7ceb5d8dfb663ffc48f
Author: Thirunarayanan Balathandayuthapani <thirunarayanan.balathandayuth@oracle.com>
Date: Fri May 27 13:49:28 2016 +0530
Bug #22709692 FTS QUERY EXCEEDS RESULT CACHE LIMIT
The code was disabled when MySQL 5.7.9 was merged to MariaDB 10.2.2.
We shall remove the disabled code and unnecessary variables.
Diffstat (limited to 'sql/parse_file.cc')
0 files changed, 0 insertions, 0 deletions