mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
- Applied various patches provided by Christian Hammers (MySQL maintainer
for the Debian project) to fix some architecture-specific problems and some bugs
This commit is contained in:
@ -13,7 +13,7 @@ BEGIN {
|
||||
$script = $1;
|
||||
$script = 'MySQLAccess' unless $script;
|
||||
$script_conf = "$script.conf";
|
||||
$script_log = "~/$script.log";
|
||||
$script_log = $ENV{'HOME'}."/$script.log";
|
||||
|
||||
# ****************************
|
||||
# information on MySQL
|
||||
|
Reference in New Issue
Block a user