1
0
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:
lenz@mysql.com
2002-12-23 14:36:40 +01:00
parent 446b9c0768
commit c0ed25283f
20 changed files with 50 additions and 31 deletions

View File

@ -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