-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
v8.1 tidb start failed after deploy with "performance.cross-join: false" #55250
Comments
/severity major |
New DDL framework has |
yes, this sql has a join without condition Line 219 in 945d07c
|
master don't have this issue as we removed the join when optimize ddl |
Can we skip checking this variable when it's an internal SQL? Do you think this is acceptable? @xhebox |
lgtm, seems there is a InRestrictedSQL flag |
Yes, I think so. |
/report community |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
As described in https://asktug.com/t/topic/1021553/29.
topo.yaml
tiup cluster deploy test v8.1.0 topo.yaml -y
tiup cluster start test
2. What did you expect to see? (Required)
tidb start succeeded.
3. What did you see instead (Required)
start cluster output.
Related tidb logs:
4. What is your TiDB version? (Required)
v8.1.0
The text was updated successfully, but these errors were encountered: