#60058 closed defect (bug) (duplicate)
SQL_CALC_FOUND_ROWS is deprecated in MySQL 8.0.17
Reported by: | johnstonphilip | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.5 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
I stumbled on this notice that is being deprecated in MySQL 8.0.17. See:
https://dev.mysql.com/doc/refman/8.0/en/information-functions.html#function_found-rows
I also see WordPress uses it in a few places:
https://github.com/search?q=repo%3AWordPress%2Fwordpress-develop%20SQL_CALC_FOUND_ROWS&type=code
I haven't had time to dig in further but I wanted to flag it just in case it hasn't been yet.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Looks like in MySQL will be deprecated, but doesn't look like for MariaDB