1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

cleanup: remove test include file, clarify the comment

This commit is contained in:
Sergei Golubchik
2017-10-04 18:32:45 +02:00
parent a62ebf2590
commit 8898c1614d
4 changed files with 11 additions and 38 deletions

View File

@@ -5055,9 +5055,9 @@ sub mysqld_start ($$) {
}
# "Dynamic" version of MYSQLD_CMD is reevaluated with each mysqld_start.
# Use it to restart the server at testing a failing server start (e.g
# due to incompatible options).
# Command line for mysqld started for *this particular test*.
# Differs from "generic" MYSQLD_CMD by including all command line
# options from *.opt and *.combination files.
$ENV{'MYSQLD_LAST_CMD'}= "$exe @$args";
if ( $opt_gdb || $opt_manual_gdb )