]> git.pld-linux.org Git - packages/mysql.git/blobdiff - libmysql.version
- disable response-time-distribution patch on arch which has no atomic builtins even...
[packages/mysql.git] / libmysql.version
index 83ac3c9a351630ab27f602952724d2e67077b602..4debfd9cb1fa953663cb8db8dbfee802a03cfefe 100644 (file)
@@ -113,11 +113,16 @@ libmysqlclient_16 {
        handle_options;
        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;
@@ -138,4 +143,6 @@ libmysqlclient_16.1 {
        mysql_net_realloc;
 # PHP's mysqli.so requires this (via the ER() macro)
        mysql_client_errors;
+# perl-DBD-mysql-4.018 for is_prefix
+       mysql_is_prefix;
 };
This page took 0.108258 seconds and 4 git commands to generate.