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

branch-3.0: [Test](binlog) Check correctly for show create database #45472 #45549

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Cherry-picked from #45472

```
Exception:
java.lang.IllegalStateException: Check tag 'select' failed:
Check tag 'select' failed, line 1, CHAR result mismatch.
Expect cell is: CREATE DATABASE `test_recover_db`
But real is   : CREATE DATABASE `test_recover_db`\\nPROPERTIES (\\n"binlog.enable" = "true"\\n)
line 1 mismatch
ExpectRow: [test_recover_db, CREATE DATABASE `test_recover_db`]
RealRow  : [test_recover_db, CREATE DATABASE `test_recover_db`
PROPERTIES (
"binlog.enable" = "true"
)]
```
@w41ter
Copy link
Contributor

w41ter commented Dec 18, 2024

run buildall

@dataroaring dataroaring reopened this Dec 20, 2024
@dataroaring dataroaring merged commit dee9b62 into branch-3.0 Dec 23, 2024
20 of 21 checks passed
@github-actions github-actions bot deleted the auto-pick-45472-branch-3.0 branch December 23, 2024 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants