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

« back to all changes in this revision

Viewing changes to debian/patches/70_mysql_va_list.patch

  • Committer: Package Import Robot
  • Author(s): Robie Basak
  • Date: 2014-02-19 21:08:10 UTC
  • mfrom: (1.1.16) (3.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140219210810-ao177bbilcneh6ez
Tags: 5.5.35+dfsg-1ubuntu1
* Merge from Debian unstable.
* Cherry-picks from Debian VCS for 5.5.35+dfsg-2, as it is held in Debian
  binNEW:
  - d/mysql-server-5.5.mysql.init: Increase timeout to 30s.
  - d/mysql-server-5.5.postinst: Run mysql_install_db as mysql so tables are
    not created as root.
  - Re-add mysql-testsuite metapackage.
  - Add dep8 tests.
  - Move mailx from Recommends to Suggests.
  - Add AppArmor profile.
  - Write an error log and logrotate it.
  - Build with debug symbols.
  - Make innotop usable without installing Suggests.
  - d/control: Drop Nicholas from Uploaders, MIA.
  - Add missing misc:Depends to mysql-testsuite.
* Remaining changes currently maintained only in the Ubuntu delta:
  - d/mysql-server-5.5.postrm: restore postrm debhelper token
    to get proper behaviors from dh_installinit and dh_apparmor. In
    discussion in Debian, but not yet committed.
  - Add upstart script. Blocked in Debian by the debhelper token issue above.
  - Add apport hook. Not relevant for Debian.
  - Split mysql-client-core-5.5 out from mysql-client-5.5. Submitted to
    Debian, but not yet accepted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Bug: http://bugs.mysql.com/bug.php?id=62769
2
2
Bug-Ubuntu: http://pad.lv/700982
3
3
Description: make sure va_list usage is portable to fix FTBFS on ARM
 
4
Reviewed-by: Nicholas Bamber <nicholas@periapt.co.uk>
 
5
Last-Update: 2012-10-24
4
6
 
5
 
Index: mysql-5.5/sql-common/client_plugin.c
 
7
Index: mysql-5.5-5.5.31+dfsg/sql-common/client_plugin.c
6
8
===================================================================
7
 
--- mysql-5.5.orig/sql-common/client_plugin.c   2012-08-23 13:40:00.196482000 -0700
8
 
+++ mysql-5.5/sql-common/client_plugin.c        2012-08-23 13:43:10.638119227 -0700
 
9
--- mysql-5.5-5.5.31+dfsg.orig/sql-common/client_plugin.c       2013-03-25 06:14:58.000000000 -0700
 
10
+++ mysql-5.5-5.5.31+dfsg/sql-common/client_plugin.c    2013-05-05 09:43:53.000000000 -0700
9
11
@@ -233,11 +233,13 @@
10
12
 {
11
13
   MYSQL mysql;