mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Silly mistake in 59148, forgot .exe on Windows
This commit is contained in:
@ -2022,7 +2022,7 @@ sub read_plugin_defs($)
|
||||
|
||||
# Need to check if we will be running mysqld-debug
|
||||
if ($opt_debug_server) {
|
||||
$running_debug= 1 if find_mysqld($basedir) =~ /-debug$/;
|
||||
$running_debug= 1 if find_mysqld($basedir) =~ /mysqld-debug/;
|
||||
}
|
||||
|
||||
while (<PLUGDEF>) {
|
||||
|
Reference in New Issue
Block a user