1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 12:51:52 +02:00

Issue #5472 SQL_CALC_FOUND_ROWS is deprecated since MySQL 8.0.

This commit is contained in:
camer0n
2025-04-16 11:19:46 -07:00
parent d542936384
commit 94fa36ade2
3 changed files with 28 additions and 19 deletions

View File

@@ -273,5 +273,5 @@
"listQry": "",
"listQryBeforeFinal": ""
},
"expected": "SELECT SQL_CALC_FOUND_ROWS `#links`.* FROM `#links` WHERE `#links`.link_category = '3' ORDER BY link_category,link_order ASC"
}
"expected": "SELECT `#links`.* FROM `#links` WHERE `#links`.link_category = '3' ORDER BY link_category,link_order ASC"
}