summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <grooverdan@users.sourceforge.net>2015-10-14 07:05:42 +0200
committerSergey Vojtovich <svoj@mariadb.org>2015-10-14 12:45:58 +0200
commit82fb035eccdd26adb0751b243075a3bd7efd9366 (patch)
tree87983825eab9eb61c920b61e2ffcf3de4894cad5
parentddb93b427e4336a931d6d472b74c29c49eb36b93 (diff)
downloadmariadb-git-82fb035eccdd26adb0751b243075a3bd7efd9366.tar.gz
MDEV-426: mariadb-service-convert to use MYSQLD_OPTS
During the review process OPTIONS was converted to MYSQLD_OPTS. In the script mariadb-service convert, the ExecStart of the system also uses this setting.
-rwxr-xr-xscripts/mariadb-service-convert2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mariadb-service-convert b/scripts/mariadb-service-convert
index 3f241d13107..c2cea95c07c 100755
--- a/scripts/mariadb-service-convert
+++ b/scripts/mariadb-service-convert
@@ -73,7 +73,7 @@ fi
if [[ "${numa_interleave}" -gt 0 ]]; then
echo
- echo ExecStart=numactl --interleave=all ${cmd} '${OPTIONS}'
+ echo ExecStart=numactl --interleave=all ${cmd} '${MYSQLD_OPTS}'
echo
fi