shwstppr commented on code in PR #10773:
URL: https://github.com/apache/cloudstack/pull/10773#discussion_r2072983258


##########
engine/schema/src/main/java/com/cloud/storage/dao/GuestOSCategoryDaoImpl.java:
##########
@@ -27,7 +27,7 @@
 public class GuestOSCategoryDaoImpl extends GenericDaoBase<GuestOSCategoryVO, 
Long> implements GuestOSCategoryDao {
 
     protected GuestOSCategoryDaoImpl() {
-
+        this._count = "select count(distinct id) from guest_os_category WHERE 
";

Review Comment:
   I was trying to support searchAndDistinctCount earlier. Forgot to remove. 
Rmoved now.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to