You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/09/24 06:28:41 UTC

[GitHub] [shardingsphere] lanchengx opened a new issue #12674: `show resource` does not show custom connection pool parameters

lanchengx opened a new issue #12674:
URL: https://github.com/apache/shardingsphere/issues/12674


   When I execute 
   ```
   ADD RESOURCE resource_1 (
        URL="jdbc:mysql://127.0.0.1:3306/db3?serverTimezone=UTC&useSSL=false",
        USER=root,
        PASSWORD=root,
        PROPERTIES("maximumPoolSize"=10,"idleTimeout"="30000")
   );
   ```
   to add resource.
   
   I set a custom connection pool parameter, but the result of executing `show resources` will not show the parameter I set


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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



[GitHub] [shardingsphere] RaigorJiang closed issue #12674: `show resources` does not show custom connection pool parameters

Posted by GitBox <gi...@apache.org>.
RaigorJiang closed issue #12674:
URL: https://github.com/apache/shardingsphere/issues/12674


   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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