1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-21 09:20:51 +03:00

Allow both mysql and mariadb as owners of the data dir

This commit is contained in:
Alexander Presnyakov
2025-10-28 17:13:46 +00:00
parent d96ed68824
commit 7ff93ba16f
4 changed files with 13 additions and 9 deletions

View File

@@ -453,7 +453,7 @@ class ConfigController:
if diag:
raise_422_error(
module_logger, func_name,
f'Invariant checks failed. Details: {diag.strip()}',
f'Invariant checks failed. Details:\n{diag.strip()}',
exc_info=False
)