mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
5.3 merge
This commit is contained in:
@@ -150,7 +150,7 @@ sub is_set {
|
||||
foreach my $set_opt (@$set_opts){
|
||||
my ($opt_name2, $value2)= _split_option($set_opt);
|
||||
|
||||
if ($opt_name1 eq $opt_name2){
|
||||
if ($opt_name1 eq $opt_name2 and $value1 eq $value2){
|
||||
# Option already set
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user