~ubuntu-branches/ubuntu/utopic/mysql-5.5/utopic-security

« back to all changes in this revision

Viewing changes to scripts/mysqld_safe.sh

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-10-24 13:02:18 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20131024130218-kmsafm2gr2fza5k6
Tags: 5.5.34-0ubuntu1
* SECURITY UPDATE: Update to 5.5.34 to fix security issues (LP: #1243253)
  - http://www.oracle.com/technetwork/topics/security/cpuoct2013-1899837.html
  - CVE-2013-3839
  - CVE-2013-5807

Show diffs side-by-side

added added

removed removed

Lines of Context:
516
516
fi
517
517
plugin_dir="${plugin_dir}${PLUGIN_VARIANT}"
518
518
 
519
 
 
520
519
# Determine what logging facility to use
521
520
 
522
521
# Ensure that 'logger' exists, if it's requested
540
539
 
541
540
    # mysqld does not add ".err" to "--log-error=foo."; it considers a
542
541
    # trailing "." as an extension
 
542
    
543
543
    if expr "$err_log" : '.*\.[^/]*$' > /dev/null
544
544
    then
545
545
        :