You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./bin/tidb-server -help 2>&1 | grep -A1 plugin-dir
-plugin-dir string
the folder that hold plugin (default "/data/deploy/plugin")
5.7.25-TiDB-v5.3.0-alpha-121-gc10331066 127.0.0.1:4000 test SQL show session variables like 'plugin_dir';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| plugin_dir | |
+---------------+-------+
1 row in set, 1 warning (0.0016 sec)
Warning (code 1287): 'tidb_slow_log_masking' is deprecated and will be removed in a future release. Please use tidb_redact_log instead
Bug Report
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
Consistently see either
/data/deploy/plugin
or "" as default.3. What did you see instead (Required)
Different places show different defaults
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: