Skip to content

Commit 31c0af7

Browse files
committed
Add space in grant select query (observe method)
1 parent 3cb4971 commit 31c0af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/mysql/user/reconciler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ func (c *external) Observe(ctx context.Context, mg resource.Managed) (managed.Ex
196196
"max_updates, " +
197197
"max_connections, " +
198198
"max_user_connections, " +
199-
"plugin" +
199+
"plugin " +
200200
"FROM mysql.user WHERE User = ? AND Host = ?"
201201
err := c.db.Scan(ctx,
202202
xsql.Query{

0 commit comments

Comments
 (0)