You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/08/16 13:16:11 UTC

[GitHub] [cloudstack] weizhouapache edited a comment on issue #5316: paged listServiceOffering response returns duplicated records in different pages

weizhouapache edited a comment on issue #5316:
URL: https://github.com/apache/cloudstack/issues/5316#issuecomment-899500663


   @shwstppr @borisstoyanov 
   is it similar as #3934 which has been fixed by #4494 ?
   
   try ?
   ```
   UPDATE `cloud`.`disk_offering` JOIN (SELECT COUNT(1) AS count FROM `cloud`.`disk_offering` WHERE `sort_key` != 0) AS tbl_tmp SET `sort_key` = `id` WHERE count = 0;
   ```
   
   what should the default value of sort_key be, 0 or id ?


-- 
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-unsubscribe@cloudstack.apache.org

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