You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SQL_CALC_FOUND_ROWS query modifier and accompanying FOUND_ROWS() function are deprecated as of MySQL 8.0.17 and will be removed in a future MySQL version
SQL_CALC_FOUND_ROWS
is depcreated from MySQLThe SQL_CALC_FOUND_ROWS query modifier and accompanying FOUND_ROWS() function are deprecated as of MySQL 8.0.17 and will be removed in a future MySQL version
See https://dev.mysql.com/worklog/task/?id=12615
We need to modify
Query::query()
function to removeSQL_CALC_FOUND_ROWS
and useCOUNT (*)
to get the total number of rowsThe text was updated successfully, but these errors were encountered: