diff --git a/ast/misc.go b/ast/misc.go index ce08629c3..0dde6a1a7 100755 --- a/ast/misc.go +++ b/ast/misc.go @@ -864,7 +864,6 @@ func (n *SetDefaultRoleStmt) Restore(ctx *RestoreCtx) error { case SetRoleAll: ctx.WriteKeyWord(" ALL") default: - ctx.WriteKeyWord("") } for i, role := range n.RoleList { ctx.WritePlain(" ")