-
-
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
question: which version to support in SQLancer #1916
Comments
1: 8.0 docker image will be released in next moth, If you want to get a copy of that, we can build a copy for your team. 2:for 5.7, it's 5.7.36; and for 8.0, it's 8.0.30. Now, we support two major vesions. MySQL 5.7 (5.7.36) and MySQL 8.0 (8.0.30). 3: |
Cool! Thanks for replying.
|
8.0 version is different from the 5.7 build steps, ref to https://stonedb.io/zh/docs/developer-guide/compiling-methods/compile-using-ubuntu2204/compile-using-ubuntu22.04-for-80 If have any other questions feel free to contact, tks so much |
We will upload the image to docker hub in next week, and we will send you the notification when the imange is ready. |
Hi, @davidshiz @RingsC thanks for replying. I got another question: How can I config StoneDB if I am using a Docker container v1.0.4 version? I need to enable the MySQL core::Query Path in config file, but I do not know how can I config? |
The error may be cross engine query or SQL syntax not supported. |
Hi @haitaoguan , I have checked that the table is consistent. Reproduction steps: CREATE TABLE t0(c0 BLOB );
SELECT * FROM t0 WHERE ((t0.c0)XOR(0.3675585217931042)) UNION ALL SELECT * FROM t0 WHERE (NOT ((t0.c0)XOR(0.3675585217931042))) UNION ALL SELECT * FROM t0 WHERE ((((t0.c0)XOR(0.3675585217931042))) IS N
ULL);
-- ERROR 6 (HY000): The query includes syntax that is not supported by the storage engine. Either restructure the query with supported syntax, or enable the MySQL core::Query Path in config file to execute the query with reduced performance. |
Configure the parameter |
General Question
Hi, I am an open source contributor in the SQLancer community, and I am creating this issue to ask a few questions.
Our team is working on let SQLancer to support StoneDB and try to find bugs in it. Our team would prefer to support the 8.0 version of StoneDB, but met some problems when installing the 8.0 beta version accroding to the docs.
So, we'd like to ask a few questions:
reinstall.sh
script in the/stonedb57/install
folder, is this a bug? If it's not, how can we install the 8.0 beta version?The text was updated successfully, but these errors were encountered: