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

explaintest: use mysql-tester in explaintest #45995

Merged
merged 7 commits into from
Aug 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
  • Loading branch information
Defined2014 committed Aug 11, 2023
commit 1c9ccc649d250dceb41bec9a7f38e79ce9ffd64a
2 changes: 0 additions & 2 deletions cmd/explaintest/t/select.test
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ SELECT 1, @a as a;
SELECT 1, @a, @@autocommit as a, c1 from t;
SET @b = "123";
SELECT @b + "123";
# TODO: the field name for 1 + 1 should be "1 + 1", but now is 2
# we may discuss whether to support it like in MySQL later.
SELECT 1 + 1;

SELECT 1 a, 1 as a, 1 + 1 a;
Expand Down