strongduanmu commented on issue #14550: URL: https://github.com/apache/shardingsphere/issues/14550#issuecomment-1009673262
```sql [INFO ] 2022-01-11 15:34:15.350 [Connection-1-ThreadExecutor] ShardingSphere-SQL - Logic SQL: show index from `t_order` from `sharding_db` [INFO ] 2022-01-11 15:34:15.351 [Connection-1-ThreadExecutor] ShardingSphere-SQL - SQLStatement: MySQLShowIndexStatement(table=SimpleTableSegment(tableName=TableNameSegment(startIndex=16, stopIndex=24, identifier=IdentifierValue(value=t_order, quoteCharacter=BACK_QUOTE)), owner=Optional.empty, alias=Optional.empty), fromSchema=Optional[org.apache.shardingsphere.sql.parser.sql.common.segment.dal.FromSchemaSegment@944aefb]) [INFO ] 2022-01-11 15:34:15.351 [Connection-1-ThreadExecutor] ShardingSphere-SQL - Actual SQL: ds_0 ::: show index from `t_order_0` ``` Hi @jlovej I have tested the `show index` statement using the `t_order` table and it works fine in version 5.0. Can you provide more information to help me reproduce this issue? For example, the configuration of the `t_order` table? `hl_mall_order_cluster_0` is the logical database? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
