Skip to content

Commit 3cb4971

Browse files
committed
Add missing comma in grant select query (observe method)
1 parent 9d4bffd commit 3cb4971

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
@@ -195,7 +195,7 @@ func (c *external) Observe(ctx context.Context, mg resource.Managed) (managed.Ex
195195
"max_questions, " +
196196
"max_updates, " +
197197
"max_connections, " +
198-
"max_user_connections " +
198+
"max_user_connections, " +
199199
"plugin" +
200200
"FROM mysql.user WHERE User = ? AND Host = ?"
201201
err := c.db.Scan(ctx,

0 commit comments

Comments
 (0)