[packages/mysql] export mysql_options4, This function was added in MySQL 5.6.6

glen glen at pld-linux.org
Fri May 2 21:59:36 CEST 2014


commit bfe2c08dadcc2fb82e3170ad55a4b3e4f1e9f532
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri May 2 22:55:35 2014 +0300

    export mysql_options4, This function was added in MySQL 5.6.6
    
    https://dev.mysql.com/doc/refman/5.6/en/mysql-options4.html
    
    needed for mysql-workbench 6.1

 mysql-versioning.patch | 3 ++-
 mysql.spec             | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/mysql.spec b/mysql.spec
index cde38f5..521fa82 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -23,7 +23,7 @@
 %bcond_with	tests		# FIXME: don't run correctly
 %bcond_with	ndb		# NDB is now a separate product, this here is broken, so disable it
 
-%define		rel	2
+%define		rel	3
 %define		percona_rel	64.1
 %include	/usr/lib/rpm/macros.perl
 Summary:	MySQL: a very fast and reliable SQL database engine
diff --git a/mysql-versioning.patch b/mysql-versioning.patch
index 1a975ed..922a481 100644
--- a/mysql-versioning.patch
+++ b/mysql-versioning.patch
@@ -1,10 +1,11 @@
 --- Percona-Server-5.6.14-rel62.0//libmysql/libmysql.map~	2013-10-22 09:42:41.000000000 +0200
 +++ Percona-Server-5.6.14-rel62.0//libmysql/libmysql.map	2013-10-30 17:14:14.270019272 +0100
-@@ -145,6 +145,7 @@
+@@ -145,6 +145,8 @@
  	mysql_net_realloc;
  # PHP's mysqli.so requires this (via the ER() macro)
  	mysql_client_errors;
 +	client_errors;
++	mysql_options4;
  # mydumper requires this (added by remi)
  	my_net_read;
  };
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/3f4df2c8b26efca27b162730ffe7b48c77773230



More information about the pld-cvs-commit mailing list