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:
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user