Commit bde28a60 authored by Bjorn Munch's avatar Bjorn Munch

Silly mistake in 59148, forgot .exe on Windows

parent aed4e6f5
...@@ -2022,7 +2022,7 @@ sub read_plugin_defs($) ...@@ -2022,7 +2022,7 @@ sub read_plugin_defs($)
# Need to check if we will be running mysqld-debug # Need to check if we will be running mysqld-debug
if ($opt_debug_server) { if ($opt_debug_server) {
$running_debug= 1 if find_mysqld($basedir) =~ /-debug$/; $running_debug= 1 if find_mysqld($basedir) =~ /mysqld-debug/;
} }
while (<PLUGDEF>) { while (<PLUGDEF>) {
......
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