Grantor column in mysql.tables_priv is always NULL #38293
Labels
affects-4.0
This bug affects 4.0.x versions.
affects-5.0
This bug affects 5.0.x versions.
affects-5.1
This bug affects 5.1.x versions.
affects-5.2
This bug affects 5.2.x versions.
affects-5.3
This bug affects 5.3.x versions.
affects-5.4
This bug affects 5.4.x versions.
affects-6.0
affects-6.1
affects-6.2
affects-6.3
severity/minor
sig/sql-infra
SIG: SQL Infra
type/bug
The issue is confirmed as a bug.
Bug Report
Thanks for watching the issue. I find the
Grantor
column inmysql
.tables_priv
is alwaysNULL
although in case of MySQL it has a value. Is it expected behavior?1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
Grantor
column have the grantor name for exampleroot@localhost
.Note that the results of MySQL 5.7.39 is the following.
3. What did you see instead (Required)
The value of
Grantor
column isNULL
.4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: