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