mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Update to new root alloc, OPTIMIZE TABLE and some other changes
This commit is contained in:
@@ -58,8 +58,8 @@ else
|
||||
fi
|
||||
|
||||
pid_file=$DATADIR/`@HOSTNAME@`.pid
|
||||
MYSQL_UNIX_PORT=@MYSQL_UNIX_ADDR@
|
||||
MYSQL_TCP_PORT=@MYSQL_TCP_PORT@
|
||||
MYSQL_UNIX_PORT=${MYSQL_UNIX_PORT:-@MYSQL_UNIX_ADDR@}
|
||||
MYSQL_TCP_PORT=${MYSQL_TCP_PORT:-@MYSQL_TCP_PORT@}
|
||||
log=$DATADIR/`@HOSTNAME@`.log
|
||||
err_log=$DATADIR/`@HOSTNAME@`.err
|
||||
user=@MYSQLD_USER@
|
||||
|
Reference in New Issue
Block a user