Commit d778c3ce authored by Romain Courteaud's avatar Romain Courteaud

erp5_mysql_innodb_catalog: drop the hardcoded limit 1000 in SQLCatalog_zGetDocumentValueList

Querying the catalog does not limit the result by default..
See nexedi/erp5@241a87a1
parent 964f8b58
...@@ -65,8 +65,6 @@ ...@@ -65,8 +65,6 @@
<dtml-if "query['limit_expression']"> <dtml-if "query['limit_expression']">
LIMIT <dtml-var "query['limit_expression']"> LIMIT <dtml-var "query['limit_expression']">
<dtml-else>
LIMIT 1000
</dtml-if> </dtml-if>
<dtml-if "'derived_merge' in optimizer_switch_key_list"> <dtml-if "'derived_merge' in optimizer_switch_key_list">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment