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 2022/04/20 10:39:58 UTC

[GitHub] [shardingsphere] zjcnb opened a new issue, #16960: SHOW TABLES the case of the table name problem,

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

   ```
   mysql> show tables;
   
   +----------------------------------+------------+
   | Tables_in_readwrite_splitting_db | Table_type |
   +----------------------------------+------------+
   | ORDER                            | BASE TABLE |
   +----------------------------------+------------+
   1 row in set (0.00 sec)
   ```
   
   ```
   columns:
     order_id:
       caseSensitive: true
       dataType: 12
       generated: false
       name: order_id
       primaryKey: true
     price:
       caseSensitive: false
       dataType: 8
       generated: false
       name: price
       primaryKey: false
     name:
       caseSensitive: true
       dataType: 12
       generated: false
       name: name
       primaryKey: false
   indexes:
     primary:
       name: PRIMARY
   name: ORDER
   ```
   


-- 
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] zjcnb closed issue #16960: SHOW TABLES the case of the table name problem

Posted by GitBox <gi...@apache.org>.
zjcnb closed issue #16960: SHOW TABLES the case of the table name problem
URL: https://github.com/apache/shardingsphere/issues/16960


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