]> git.pld-linux.org Git - packages/mysql.git/blobdiff - libmysql.version
- rel. 2
[packages/mysql.git] / libmysql.version
index 131018fb6c4e2a5834ecd9d9c52d0f6a294ee1cb..3b45f435e693b909ff9eb6dd3bf3d80f3ad50422 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;
@@ -140,6 +144,9 @@ libmysqlclient_16.1 {
 # PHP's mysqli.so requires this (via the ER() macro)
        mysql_client_errors;
 # perl-DBD-mysql-4.018 for is_prefix
-# TODO: add it to mysql-dubious-exports.patch
-       is_prefix;
+       mysql_is_prefix;
+# hiphop-php: TODO: added mysql_ prefix
+       cli_safe_read;
+       net_field_length;
+       free_root;
 };
This page took 0.101148 seconds and 4 git commands to generate.