lucas-a-martins commented on code in PR #9969: URL: https://github.com/apache/cloudstack/pull/9969#discussion_r1958745365
########## setup/bindir/cloud-setup-databases.in: ########## @@ -229,6 +229,10 @@ for full help "GRANT ALL ON cloud_usage.* to cloud@`%`;", "GRANT process ON *.* TO cloud@`localhost`;", "GRANT process ON *.* TO cloud@`%`;", + "IF foo > 0 THEN", Review Comment: @DaanHoogland isn't it just 2 times? Here: https://github.com/apache/cloudstack/blob/864751d5f990d2848b3b00559202a4a590193c78/setup/db/create-database.sql#L32 And here: https://github.com/apache/cloudstack/blob/864751d5f990d2848b3b00559202a4a590193c78/setup/db/create-database.sql#L41 Am I missing something? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org