From 747dccfe23e46b928b005669124e7ad94a1fdefb Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Tue, 18 Jun 2019 12:17:46 +1000 Subject: [PATCH] systemd multiinstance - doc fix - version number --- support-files/mariadb@.service.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support-files/mariadb@.service.in b/support-files/mariadb@.service.in index 727c1b85301..f0e82860aa0 100644 --- a/support-files/mariadb@.service.in +++ b/support-files/mariadb@.service.in @@ -101,9 +101,9 @@ # * datadir # # -# PRE-10.3 +# PRE-10.4 # -# Before 10.3 MYSQLD_MULTI_INSTANCE was effectively --defaults-file=@sysconf2dir@/my%I.cnf +# Before 10.4 MYSQLD_MULTI_INSTANCE was effectively --defaults-file=@sysconf2dir@/my%I.cnf # As @sysconfdir@/my.cnf included these files it was a bad choice as an # existing single instance would include all these files. If you want to # continue a file based multi-instance mysqld, recommend the Configuration File