Commit 3bc094d
committed
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.1 parent a631022 commit 3bc094d
File tree
4 files changed
+4
-48
lines changed- storage/innobase
- fts
- handler
- include
4 files changed
+4
-48
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | 152 | | |
160 | 153 | | |
161 | 154 | | |
| |||
3228 | 3221 | | |
3229 | 3222 | | |
3230 | 3223 | | |
3231 | | - | |
3232 | | - | |
3233 | | - | |
3234 | | - | |
3235 | | - | |
3236 | 3224 | | |
3237 | 3225 | | |
3238 | 3226 | | |
| |||
3320 | 3308 | | |
3321 | 3309 | | |
3322 | 3310 | | |
3323 | | - | |
3324 | | - | |
3325 | | - | |
3326 | | - | |
3327 | | - | |
3328 | 3311 | | |
3329 | 3312 | | |
3330 | 3313 | | |
3331 | 3314 | | |
3332 | 3315 | | |
3333 | | - | |
3334 | 3316 | | |
3335 | 3317 | | |
3336 | 3318 | | |
| |||
3941 | 3923 | | |
3942 | 3924 | | |
3943 | 3925 | | |
3944 | | - | |
3945 | 3926 | | |
3946 | 3927 | | |
3947 | 3928 | | |
| |||
3950 | 3931 | | |
3951 | 3932 | | |
3952 | 3933 | | |
3953 | | - | |
3954 | | - | |
| 3934 | + | |
3955 | 3935 | | |
3956 | 3936 | | |
3957 | 3937 | | |
| |||
4013 | 3993 | | |
4014 | 3994 | | |
4015 | 3995 | | |
4016 | | - | |
4017 | | - | |
4018 | | - | |
4019 | | - | |
4020 | 3996 | | |
4021 | 3997 | | |
4022 | 3998 | | |
| |||
4078 | 4054 | | |
4079 | 4055 | | |
4080 | 4056 | | |
4081 | | - | |
4082 | | - | |
4083 | | - | |
4084 | | - | |
4085 | | - | |
4086 | | - | |
4087 | | - | |
4088 | | - | |
4089 | | - | |
4090 | | - | |
4091 | | - | |
4092 | | - | |
4093 | | - | |
4094 | 4057 | | |
4095 | 4058 | | |
4096 | 4059 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10537 | 10537 | | |
10538 | 10538 | | |
10539 | 10539 | | |
10540 | | - | |
10541 | | - | |
10542 | | - | |
10543 | | - | |
| 10540 | + | |
| 10541 | + | |
10544 | 10542 | | |
10545 | 10543 | | |
10546 | 10544 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
582 | | - | |
583 | 582 | | |
584 | 583 | | |
585 | 584 | | |
| |||
588 | 587 | | |
589 | 588 | | |
590 | 589 | | |
591 | | - | |
592 | | - | |
| 590 | + | |
593 | 591 | | |
594 | 592 | | |
595 | 593 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
844 | 844 | | |
845 | 845 | | |
846 | 846 | | |
847 | | - | |
848 | | - | |
849 | | - | |
850 | 847 | | |
851 | 848 | | |
852 | 849 | | |
| |||
0 commit comments