diff options
author | Daniel Black <daniel@linux.ibm.com> | 2019-06-18 12:17:46 +1000 |
---|---|---|
committer | Vicențiu-Marian Ciorbaru <vicentiu@mariadb.org> | 2019-07-01 14:01:13 +0300 |
commit | 747dccfe23e46b928b005669124e7ad94a1fdefb (patch) | |
tree | c7fc54500c61494a53570d90b1277103f207c91a /support-files | |
parent | c5c515130cac1ae05b21a7836da91a4a1ffc677a (diff) | |
download | mariadb-git-747dccfe23e46b928b005669124e7ad94a1fdefb.tar.gz |
systemd multiinstance - doc fix - version number
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mariadb@.service.in | 4 |
1 files 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 |