-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
the process for init_connect = -1 is incompatible with mysql #35324
Comments
We will transfer datum to str before validation ref link. So we need to pass |
Lines 299 to 314 in 9a77892
|
There is an easier fix here without having to modify the sysvar framework. Specify a |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
in tidb v6.1.0
in MySQL 8.0.29
mysql> SET global init_connect = -1;
ERROR 1232 (42000): Incorrect argument type to variable 'init_connect'
2. What did you expect to see? (Required)
compatible with MySQL
3. What did you see instead (Required)
tidb don't report error for invalid value type
4. What is your TiDB version? (Required)
Git Commit Hash: 1a89dec
Git Branch: heads/refs/tags/v6.1.0
UTC Build Time: 2022-06-05 05:15:11
The text was updated successfully, but these errors were encountered: