1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Add --verbose-restart

This commit is contained in:
msvensson@pilot.mysql.com
2008-02-04 09:15:44 +01:00
parent f8de652fe2
commit abb0bdde9e
4 changed files with 41 additions and 16 deletions

View File

@@ -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' ]
],
);