You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "TeslaCN (via GitHub)" <gi...@apache.org> on 2023/05/06 09:27:08 UTC

[GitHub] [shardingsphere] TeslaCN opened a new issue, #25493: Any chars could be appended to DistSQL SHOW DIST VARIABLES

TeslaCN opened a new issue, #25493:
URL: https://github.com/apache/shardingsphere/issues/25493

   ## Bug Report
   
   ### Which version of ShardingSphere did you use?
   
   master - f9147186478f6ae74493344923a8960be1d7ff8f
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   
   Proxy
   
   ### Expected behavior
   
   The following DistSQL cause syntax error.
   
   ```sql
   SHOW DIST VARIABLES 21pi3rh-12984fhb-123i4j=++#@!O%J}GMJ}S    k pknrvpwv;
   ```
   
   ### Actual behavior
   
   The DistSQL worked 
   ```
   postgres=> SHOW DIST VARIABLES 21pi3rh-12984fhb-123i4j=++#@!O%J}GMJ}S    k pknrvpwv;
                variable_name             |                                 variable_value                                 
   ---------------------------------------+--------------------------------------------------------------------------------
    agent_plugins_enabled                 | true
    cached_connections                    | 0
    cdc_server_port                       | 33071
    check_table_metadata_enabled          | false
    kernel_executor_size                  | 0
    max_connections_size_per_query        | 1
    proxy_backend_query_fetch_size        | 50
    proxy_default_port                    | 3307
    proxy_frontend_database_protocol_type | 
    proxy_frontend_executor_size          | 4
    proxy_frontend_flush_threshold        | 128
    proxy_frontend_max_connections        | 0
    proxy_frontend_ssl_cert_file          | /home/wuweijie/projects/shardingsphere/.settings/ssl/9917537_proxy.wwj.icu.pem
    proxy_frontend_ssl_cipher             | 
    proxy_frontend_ssl_enabled            | true
    proxy_frontend_ssl_key_file           | /home/wuweijie/projects/shardingsphere/.settings/ssl/9917537_proxy.wwj.icu.key
    proxy_frontend_ssl_version            | TLSv1.2,TLSv1.3
    proxy_hint_enabled                    | false
    proxy_instance_type                   | Proxy
    proxy_meta_data_collector_enabled     | true
    proxy_netty_backlog                   | 1024
    sql_federation_type                   | NONE
    sql_show                              | false
    sql_simple                            | false
    system_log_level                      | INFO
    transaction_type                      | LOCAL
   (26 rows)
   ```
   ![image](https://user-images.githubusercontent.com/20503072/236615407-4a7d1788-ddd1-457e-a531-ad2bb29220c9.png)
   


-- 
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.apache.org

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


[GitHub] [shardingsphere] RaigorJiang commented on issue #25493: Any chars could be appended to DistSQL SHOW DIST VARIABLES

Posted by "RaigorJiang (via GitHub)" <gi...@apache.org>.
RaigorJiang commented on issue #25493:
URL: https://github.com/apache/shardingsphere/issues/25493#issuecomment-1556442863

   I want to fix this and add like support for `SHOW DIST VARIABLES`


-- 
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] tristaZero closed issue #25493: Any chars could be appended to DistSQL SHOW DIST VARIABLES

Posted by "tristaZero (via GitHub)" <gi...@apache.org>.
tristaZero closed issue #25493: Any chars could be appended to DistSQL SHOW DIST VARIABLES
URL: https://github.com/apache/shardingsphere/issues/25493


-- 
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