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

« back to all changes in this revision

Viewing changes to client/mysqladmin.cc

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2017-01-18 07:41:29 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20170118074129-gyilougbokbprl1p
Tags: 5.5.54-0ubuntu0.14.04.1
* SECURITY UPDATE: Update to 5.5.54 to fix security issues
  - CVE-2017-3238
  - CVE-2017-3243
  - CVE-2017-3244
  - CVE-2017-3258
  - CVE-2017-3265
  - CVE-2017-3291
  - CVE-2017-3312
  - CVE-2017-3313
  - CVE-2017-3317
  - CVE-2017-3318 
* debian/patches/fix_test_events_2.patch: fix date in test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1438
1438
 
1439
1439
  if (mysql_query(mysql, "SHOW VARIABLES LIKE 'pid_file'"))
1440
1440
  {
1441
 
    my_printf_error(0, "query failed; error: '%s'", error_flags,
1442
 
                    mysql_error(mysql));
 
1441
    my_printf_error(mysql_errno(mysql),
 
1442
                    "The query to get the server's pid file failed,"
 
1443
                    " error: '%s'. Continuing.", error_flags,
 
1444
                    mysql_error(mysql));
1443
1445
  }
1444
1446
  result = mysql_store_result(mysql);
1445
1447
  if (result)