1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Silly mistake in 59148, forgot .exe on Windows

This commit is contained in:
Bjorn Munch
2011-02-09 16:25:34 +01:00
parent 8492411570
commit b8d8d914fe

View File

@ -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>) {