Documentation ¶
Index ¶
Constants ¶
View Source
const ( Name = "PERFORMANCE_SCHEMA" LowerName = "performance_schema" )
Performance Schema Name.
Variables ¶
This section is empty.
Functions ¶
func Init ¶
func Init()
Init register the PERFORMANCE_SCHEMA virtual tables. It should be init(), and the ideal usage should be:
import _ "github.com/daiguadaidai/tidb/perfschema"
This function depends on plan/core.init(), which initialize the expression.EvalAstExpr function. The initialize order is a problem if init() is used as the function name.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.