Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TiDB returns error instead of warning for some truncated error #59620

Open
Tracked by #59410
YangKeao opened this issue Feb 18, 2025 · 0 comments
Open
Tracked by #59410

TiDB returns error instead of warning for some truncated error #59620

YangKeao opened this issue Feb 18, 2025 · 0 comments
Labels
type/bug The issue is confirmed as a bug.

Comments

@YangKeao
Copy link
Member

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

SELECT FOUND_ROWS() - 3;

2. What did you expect to see? (Required)


mysql> SELECT FOUND_ROWS() - 3;
+------------------+
| FOUND_ROWS() - 3 |
+------------------+
|               -2 |
+------------------+
1 row in set, 1 warning (0.02 sec)

3. What did you see instead (Required)

mysql> SELECT FOUND_ROWS() - 3;
ERROR 1690 (22003): BIGINT UNSIGNED value is out of range in '(found_rows() - 3)'

4. What is your TiDB version? (Required)

@YangKeao YangKeao added the type/bug The issue is confirmed as a bug. label Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

1 participant