~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty-proposed

« back to all changes in this revision

Viewing changes to mysys/my_mkdir.c

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-03-17 08:56:24 UTC
  • mfrom: (1.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20140317085624-hyukgbrzp01hh9uz
Tags: 5.6.16-1~exp1
* New upstream point release:
  - d/p/*: Refreshed.
* d/rules: Don't run dh_install with --fail-missing and exclusions until
  package is a complete replacement for mysql-5.5.
* d/p/CVE-2014-0001.patch:
  - Fix buffer overflow in client/mysql.cc via a long server version string.
    CVE-2014-0001 (Closes: #741590).
* d/mysql-server-5.6.mysql.upstart: Add upstart configuration.
* d/tests/*,control: Add autopkgtest from mysql-5.5:
  - disable binlog.binlog_server_start_options as it requires writable /usr.
  - disable build autopkgtest until package ships libmysqlclient18.
* d/rules,mysql-server-5.6.install,apparmor-profile: Fixup install of
  apparmor profile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (C) 2000 MySQL AB
 
1
/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
2
2
 
3
3
   This program is free software; you can redistribute it and/or modify
4
4
   it under the terms of the GNU General Public License as published by