summaryrefslogtreecommitdiffstats
path: root/source/ap/mariadb/rc.mysqld
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/mariadb/rc.mysqld')
-rw-r--r--source/ap/mariadb/rc.mysqld5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/ap/mariadb/rc.mysqld b/source/ap/mariadb/rc.mysqld
index e7b7e85e5..5ba4ebfe1 100644
--- a/source/ap/mariadb/rc.mysqld
+++ b/source/ap/mariadb/rc.mysqld
@@ -31,9 +31,6 @@
# uncommented to improve system security.
SKIP="--skip-networking"
-# Uncomment the next line to use Oracle's InnoDB plugin instead of the included XtraDB
-#INNODB="--ignore-builtin-innodb --plugin-load=innodb=ha_innodb.so"
-
# Uncomment the next line to use TokuDB
#TOKUDB="--plugin-load=ha_tokudb"
@@ -53,7 +50,7 @@ mysqld_start() {
echo "never" > /sys/kernel/mm/transparent_hugepage/defrag
fi
- /usr/bin/mysqld_safe --datadir=/var/lib/mysql --pid-file=/var/run/mysql/mysql.pid $SKIP $INNODB $TOKUDB &
+ /usr/bin/mysqld_safe --datadir=/var/lib/mysql --pid-file=/var/run/mysql/mysql.pid $SKIP $TOKUDB &
fi
}