-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
bug: Tianmu error ERROR 6 (HY000),when execute select..where like NULL #763
Comments
ACK |
15 tasks
hustjieke
added a commit
to hustjieke/stonedb-8.0.30-upgrade
that referenced
this issue
Nov 18, 2022
[summary] 1. This pr is ported from 5.7, related issue stoneatom#763 2. As where like null is supported, the sql 'select * from tlike where val like NULL;' executed crashed in debug mode alse be resolved in mtr issue410.test. 3. open mtr test: issue410.test
15 tasks
hustjieke
added a commit
to hustjieke/stonedb-8.0.30-upgrade
that referenced
this issue
Dec 5, 2022
[summary] 1. This pr is ported from 5.7, related issue stoneatom#763 2. As where like null is supported, the sql 'select * from tlike where val like NULL;' executed crashed in debug mode alse be resolved in mtr issue410.test. 3. open mtr test: issue410.test
mergify bot
pushed a commit
that referenced
this issue
Dec 5, 2022
[summary] 1. This pr is ported from 5.7, related issue #763 2. As where like null is supported, the sql 'select * from tlike where val like NULL;' executed crashed in debug mode alse be resolved in mtr issue410.test. 3. open mtr test: issue410.test
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you read the Contributing Guidelines on issues?
Please confirm if bug report does NOT exists already ?
Describe the problem
Expected behavior
How To Reproduce
No response
Environment
ubuntu@ubuntu:~$ cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.4 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.4 LTS"
VERSION_ID="20.04"
ubuntu@ubuntu:~$ /stonedb57/install/bin/mysqld --version
/stonedb57/install/bin/mysqld Ver 5.7.36-StoneDB for Linux on x86_64 (build-)
build information as follow:
Repository address: https://github.com/stoneatom/stonedb.git:stonedb-5.7-dev
Branch name: stonedb-5.7-dev
Last commit ID: 5d996f9
Last commit time: Date: Sat Oct 8 14:34:42 2022 +0800
Build time: Date: Fri 14 Oct 2022 12:28:00 PM UTC
Are you interested in submitting a PR to solve the problem?
The text was updated successfully, but these errors were encountered: