We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue. Thanks!
drop table if exists t; create table t (i int not null); set sql_mode = ''; insert into t values (null);
ERROR 1048 (23000) at line 4: Column 'i' cannot be null
What did you see instead? No error returned.
What version of TiDB are you using (tidb-server -V or run select tidb_version(); on TiDB)? 9d25a85 at master branch.
tidb-server -V
select tidb_version();
The text was updated successfully, but these errors were encountered:
How do you find this bug?
Sorry, something went wrong.
I'm porting MySQL tests.
jackysp
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
If possible, provide a recipe for reproducing the error.
What did you see instead?
No error returned.
What version of TiDB are you using (
tidb-server -V
or runselect tidb_version();
on TiDB)?9d25a85 at master branch.
The text was updated successfully, but these errors were encountered: