Files
tidb/planner/core
tiancaiamao 34f53eb736 planner/core: fix privilege check for grant on table (#9828)
Fix https://github.com/pingcap/tidb/issues/9781
In this SQL: GRANT SELECT ON t1 TO 'nonsuper', the database name of
visit info should be set to current database.
2019-03-22 10:17:35 +08:00
..