Skip to content

Commit 01c2f6c

Browse files
committed
MDEV-36526 Enable Feedback Plugin for RPM Packages
cannot have any interactivity during RPM installation, so just add the comment to the cnf file
1 parent 5d1e485 commit 01c2f6c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

support-files/rpm/server.cnf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@
1111
# you can put MariaDB-only options here
1212
[mariadb]
1313

14+
#
15+
# * Enable the Feedback plugin and submit anonymous usage information
16+
#
17+
# Feedback plugin collects basic anonymous statistical information that can be
18+
# used by the developers to improve MariaDB. This is an easy way to help with
19+
# MariaDB development. Collected statistics can be viewed at
20+
# http://mariadb.org/feedback-plugin
21+
#feedback=ON
22+
1423
# This group is read by both MariaDB and MySQL servers
1524
[mysqld]
1625

0 commit comments

Comments
 (0)