mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Make timediff an option
This commit is contained in:
@ -789,6 +789,7 @@ sub command_line_setup {
|
|||||||
'shutdown-timeout=i' => \$opt_shutdown_timeout,
|
'shutdown-timeout=i' => \$opt_shutdown_timeout,
|
||||||
'warnings!' => \$opt_warnings,
|
'warnings!' => \$opt_warnings,
|
||||||
'timestamp' => \&report_option,
|
'timestamp' => \&report_option,
|
||||||
|
'timediff' => \&report_option,
|
||||||
|
|
||||||
'help|h' => \$opt_usage,
|
'help|h' => \$opt_usage,
|
||||||
) or usage("Can't read options");
|
) or usage("Can't read options");
|
||||||
|
Reference in New Issue
Block a user