]> git.pld-linux.org Git - packages/percona-server.git/commitdiff
- rel 2; use libmysqlclient_18 version
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 1 Apr 2011 11:44:29 +0000 (11:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libmysql.version -> 1.5
    mysql.spec -> 1.546

libmysql.version
mysql.spec

index f60b8c69d46b041ffdb5440eab431ba9050887f4..4debfd9cb1fa953663cb8db8dbfee802a03cfefe 100644 (file)
@@ -114,11 +114,15 @@ libmysqlclient_16 {
        load_defaults;
        my_print_help;
        client_errors;
+# This isn't really documented anywhere, but it seems to be part of the
+# de-facto API as well.  We're not going to export the deprecated version
+# make_scrambled_password, however.
+       my_make_scrambled_password;
   local:
        *;
 };
 # symbols added in mysql 5.5
-libmysqlclient_16.1 {
+libmysqlclient_18 {
   global:
        mysql_client_find_plugin;
        mysql_client_register_plugin;
index 671d5280bb92e4fa5e2e56c7d7c4bc8f1fd9457e..06520d910f9c0fdf5a4472bddcee76d184c2d176 100644 (file)
@@ -35,7 +35,7 @@ Summary(uk.UTF-8):    MySQL - швидкий SQL-сервер
 Summary(zh_CN.UTF-8):  MySQL数据库服务器
 Name:          mysql
 Version:       5.5.10
-Release:       1
+Release:       2
 License:       GPL + MySQL FLOSS Exception
 Group:         Applications/Databases
 # Source0Download: http://dev.mysql.com/downloads/mysql/5.5.html#downloads
This page took 0.498484 seconds and 4 git commands to generate.