Environment
- Version: Not a temporary version provided by RD
- Operating System: Windows
- Reproducibility: Consistently reproducible
Description
When running the mysqltest case expr.expr_between on a Windows system, a query on a table containing only 2 rows fails with error code 4013.
Steps to Reproduce
- Connect using the provided connection string:
mysql -uroot -h -P 2881
- Execute the mysqltest case:
expr.expr_between
- The error occurs during a simple query on a table with just 2 rows of data.
Additional Information
- The issue is specific to the Windows environment.
- No specific environment information, connection strings for the problematic tenant or sys tenant, deployment details, or logs were provided in the original report.
Environment
Description
When running the mysqltest case
expr.expr_betweenon a Windows system, a query on a table containing only 2 rows fails with error code 4013.Steps to Reproduce
mysql -uroot -h -P 2881expr.expr_betweenAdditional Information