erikbocks commented on PR #12882: URL: https://github.com/apache/cloudstack/pull/12882#issuecomment-4244651139
@sureshanaparti, I tested with MySQL 8.0.45 and could reproduce the behavior locally. Thanks for the tests. I changed the statement to use the `CONCAT_WS` (Concat with separator) SQL function. I tested it with both MySQL 8.0.45 and MariaDB 10.11.14, and it worked successfully. In order to check compatibility, I also made tests with MySQL 5.7.13 and MariaDB 5.5.49, and it also worked as expected. I updated my environment from 4.20 to 4.22.1-SNAPSHOT using the new statement, and the configuration value was updated successfully for both cases. Could you try to test the PR again after the changes? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
