the process for init_connect = -1 is incompatible with mysql #35324
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
severity/minor
sig/sql-infra
SIG: SQL Infra
type/bug
The issue is confirmed as a bug.
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: