Database management statements
|
- Executing SET Syntax to modify global variables is not supported.
- SHOW TRIGGERS is not supported.
The following SHOW statements are randomly sent to a database shard. If database shards are on different RDS for MySQL instances, the returned variables or table information may be different.
- SHOW TABLE STATUS
- SHOW VARIABLES Syntax
- CHECK TABLE does not support sharding tables by hash or sharding key.
- SHOW WARNINGS Syntax does not support the combination of LIMIT and COUNT.
- SHOW ERRORS Syntax does not support the combination of LIMIT and COUNT.
|