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

TiKV will panic if cast a temporary binary to json #16616

Closed
YangKeao opened this issue Mar 7, 2024 · 0 comments · Fixed by #16617
Closed

TiKV will panic if cast a temporary binary to json #16616

YangKeao opened this issue Mar 7, 2024 · 0 comments · Fixed by #16617

Comments

@YangKeao
Copy link
Member

YangKeao commented Mar 7, 2024

Ref pingcap/tidb#51547

Run the following SQL will trigger this issue:

CREATE TABLE t1 (c1 decimal);
INSERT INTO t1 VALUE (1);
SELECT c1 FROM t1 WHERE 1 MEMBER OF (BINARY c1);
@YangKeao YangKeao added the type/bug Type: Issue - Confirmed a bug label Mar 7, 2024
ti-chi-bot bot pushed a commit that referenced this issue Mar 12, 2024
…16617)

close #16616

Signed-off-by: Yang Keao <yangkeao@chunibyo.icu>

Co-authored-by: Wenxuan <breezewish@outlook.com>
dbsid pushed a commit to dbsid/tikv that referenced this issue Mar 24, 2024
…ikv#16617)

close tikv#16616

Signed-off-by: Yang Keao <yangkeao@chunibyo.icu>

Co-authored-by: Wenxuan <breezewish@outlook.com>
Signed-off-by: dbsid <chenhuansheng@pingcap.com>
ti-chi-bot bot added a commit that referenced this issue Apr 1, 2024
…16617) (#16711)

close #16616

Signed-off-by: Yang Keao <yangkeao@chunibyo.icu>

Co-authored-by: Yang Keao <yangkeao@chunibyo.icu>
Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot added a commit that referenced this issue Apr 18, 2024
…16617) (#16712)

close #16616

Signed-off-by: Yang Keao <yangkeao@chunibyo.icu>

Co-authored-by: Yang Keao <yangkeao@chunibyo.icu>
Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants