]> git.pld-linux.org Git - packages/mysql.git/commitdiff
export mysql_options4, This function was added in MySQL 5.6.6
authorElan Ruusamäe <glen@delfi.ee>
Fri, 2 May 2014 19:55:35 +0000 (22:55 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 2 May 2014 19:55:35 +0000 (22:55 +0300)
https://dev.mysql.com/doc/refman/5.6/en/mysql-options4.html

needed for mysql-workbench 6.1

mysql-versioning.patch
mysql.spec

index 1a975edc20ab9454269d8876d4170c423e1b0f19..922a4813fef8a92c5999afebd2339d8697457f5b 100644 (file)
@@ -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;
  };
index cde38f567ff07155a411822accc0315296653921..521fa82fa0e3bb6d5431dc5906b008041d774525 100644 (file)
@@ -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
This page took 0.052404 seconds and 4 git commands to generate.