diff options
author | Sergei Golubchik <serg@mariadb.org> | 2019-09-13 09:52:30 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2019-10-19 10:29:55 +0200 |
commit | 412e3e6917233fe612354622a18b3f9cdf3a350c (patch) | |
tree | 749d2da9c23b9c9d798957e3de759f54b40ab965 /scripts | |
parent | c9b5280371b0ceddb9a805f0bc4cd5265d9fab86 (diff) | |
download | mariadb-git-412e3e6917233fe612354622a18b3f9cdf3a350c.tar.gz |
MDEV-9546 mysqlaccess script shows an old version (which was vulnerable to CVE-2005-0004)
update mysqlaccess version
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysqlaccess.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysqlaccess.sh b/scripts/mysqlaccess.sh index b75a8b74ece..6f2fb5aae7d 100644 --- a/scripts/mysqlaccess.sh +++ b/scripts/mysqlaccess.sh @@ -26,7 +26,7 @@ use Fcntl; BEGIN { # **************************** # static information... - $VERSION = "2.06, 20 Dec 2000"; + $VERSION = "2.10, 13 Sep 2019"; $0 =~ m%/([^/]+)$%o; $script = $1; $script = 'MySQLAccess' unless $script; |