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:
@ -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>) {
|
||||||
|
Reference in New Issue
Block a user