8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
switch audit.Stmt.(type) { case *sqlparser.DDL: -> vitess的新包中应为:sqlparser.DDLStatement
当表的命名以数字开头,如:1b_order_xxx111info1 ,不能识别为DDLStatement
pingcap的ast支持
switch audit.TiStmt[0].(type) { case ast.DDLNode: