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

bit type doesn't check boundary #197

Closed
siddontang opened this issue Sep 19, 2015 · 0 comments
Closed

bit type doesn't check boundary #197

siddontang opened this issue Sep 19, 2015 · 0 comments
Labels
type/bug The issue is confirmed as a bug.

Comments

@siddontang
Copy link
Member

create table t (c bit(1));
insert into t values (11);

Now we can insert ok, but it must fail.

@shenli

@siddontang siddontang added the type/bug The issue is confirmed as a bug. label Sep 19, 2015
YuJuncen pushed a commit to YuJuncen/tidb that referenced this issue Apr 23, 2021
YuJuncen pushed a commit to YuJuncen/tidb that referenced this issue Apr 23, 2021
* summary: put summary log at last

* fix switch sql
xhebox pushed a commit to xhebox/tidb that referenced this issue Sep 28, 2021
xhebox pushed a commit to xhebox/tidb that referenced this issue Oct 8, 2021
okJiang pushed a commit to okJiang/tidb that referenced this issue Oct 19, 2021
* set --help exit code to zero

* address comment
guo-shaoge pushed a commit to guo-shaoge/tidb that referenced this issue Feb 14, 2023
* Disaggregated tiflash keyspace 6.4 (pingcap#178)

* *: support disaggregated tiflash

Signed-off-by: guo-shaoge <[email protected]>
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