Commit 47bffd43 authored by Bjorn Munch's avatar Bjorn Munch

Fixed incomplete merge of 48878, embedded tests fail on Windows

parent 20dfd709
...@@ -356,6 +356,8 @@ sub post_check_client_group { ...@@ -356,6 +356,8 @@ sub post_check_client_group {
} }
if (IS_WINDOWS) if (IS_WINDOWS)
{
if (! $self->{ARGS}->{embedded})
{ {
# Shared memory base may or may not be defined (e.g not defined in embedded) # Shared memory base may or may not be defined (e.g not defined in embedded)
my $shm = $group_to_copy_from->option("shared-memory-base-name"); my $shm = $group_to_copy_from->option("shared-memory-base-name");
...@@ -364,6 +366,7 @@ sub post_check_client_group { ...@@ -364,6 +366,7 @@ sub post_check_client_group {
$config->insert($client_group_name,"shared-memory-base-name", $shm->value()); $config->insert($client_group_name,"shared-memory-base-name", $shm->value());
} }
} }
}
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment