mirror of
https://github.com/MariaDB/server.git
synced 2025-11-13 21:42:58 +03:00
if running as root Every start of a server in the test suite raised that warning. The cause was an unconditionla add of the --user option to the server command line. Only the "root" user (effective user id == 0) must use that option. Added check for effective user id == 0 before adding --user. Thanks to Magnus Svensson for the patch.
146 KiB
Executable File
146 KiB
Executable File