summaryrefslogtreecommitdiff
path: root/sql/upgrade_conf_file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/upgrade_conf_file.cc')
-rw-r--r--sql/upgrade_conf_file.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/upgrade_conf_file.cc b/sql/upgrade_conf_file.cc
index 9a19dd8b8a2..0d7bc603468 100644
--- a/sql/upgrade_conf_file.cc
+++ b/sql/upgrade_conf_file.cc
@@ -288,7 +288,7 @@ static bool is_mariadb_section(const char *name, bool *is_server)
if (*is_server= !strcmp(section_name, name))
break;
- return *is_server;
+ return true;
}