mirror of
https://github.com/MariaDB/server.git
synced 2026-05-01 12:45:41 +02: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:
parent
446b9c0768
commit
c0ed25283f
20 changed files with 50 additions and 31 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue