From 136e285055c9e6ef9a060dcfcb443fedc3e41274 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 4 Feb 2008 09:15:44 +0100 Subject: Add --verbose-restart mysql-test/lib/mtr_cases.pm: Fix typo mysql-test/mysql-test-run.pl: Add --verbose-restart Remove unused mysql-test/lib/mtr_report.pl: Add 'mtr_verbose_restart' mysql-test/lib/t/Options.t: Extend uint test --- mysql-test/lib/t/Options.t | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mysql-test/lib/t') diff --git a/mysql-test/lib/t/Options.t b/mysql-test/lib/t/Options.t index e48999cd99b..7012f3da8de 100644 --- a/mysql-test/lib/t/Options.t +++ b/mysql-test/lib/t/Options.t @@ -1,3 +1,4 @@ + # -*- cperl -*- use Test::More qw(no_plan); use strict; @@ -96,6 +97,12 @@ my @tests= ['--max_binlog_size=1', '--relay-log=/path/to/a/relay-log', '--binlog-format=default' ] ], + [ + [ '--slow-query-log=0' ], + [ '--slow-query-log' ], + [ '--slow-query-log' ] + ], + ); -- cgit v1.2.1