mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge pilot.mysql.com:/home/msvensson/mysql/mysql-5.0-maint
into pilot.mysql.com:/home/msvensson/mysql/mysql-5.1-new-maint
This commit is contained in:
@ -3616,7 +3616,7 @@ sub mysqld_arguments ($$$$$) {
|
||||
}
|
||||
|
||||
# Check if "extra_opt" contains --skip-log-bin
|
||||
my $skip_binlog= grep('--skip-log-bin', @$extra_opt);
|
||||
my $skip_binlog= grep(/^--skip-log-bin/, @$extra_opt);
|
||||
|
||||
if ( $type eq 'master' )
|
||||
{
|
||||
|
Reference in New Issue
Block a user