mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.6' into 10.11
This commit is contained in:
@@ -4698,15 +4698,11 @@ void do_perl(struct st_command *command)
|
||||
|
||||
/* Check for error code that indicates perl could not be started */
|
||||
int exstat= WEXITSTATUS(error);
|
||||
#ifdef _WIN32
|
||||
if (exstat == 1)
|
||||
/* Text must begin 'perl not found' as mtr looks for it */
|
||||
abort_not_supported_test("perl not found in path or did not start");
|
||||
#else
|
||||
#ifndef _WIN32
|
||||
if (exstat == 127)
|
||||
abort_not_supported_test("perl not found in path");
|
||||
#endif
|
||||
else
|
||||
#endif
|
||||
handle_command_error(command, exstat, my_errno);
|
||||
}
|
||||
dynstr_free(&ds_delimiter);
|
||||
|
Reference in New Issue
Block a user