We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850ae37 commit 20ff597Copy full SHA for 20ff597
packaging/deb-in/extra/mysql-systemd-start
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
4
#
5
# This program is free software; you can redistribute it and/or modify
6
# it under the terms of the GNU General Public License, version 2.0,
@@ -29,7 +29,7 @@
29
# pre mode : try to perform sanity check for configuration, log, data
30
31
# Include helper functions
32
-. /usr/share/mysql/mysql-helpers
+. /usr/share/mysql-@MYSQL_BASE_VERSION@/mysql-helpers
33
34
sanity () {
35
# Make sure database and required directories exist
0 commit comments