]> git.pld-linux.org Git - packages/mysql.git/blobdiff - libmysql.version
- up to 5.5.29
[packages/mysql.git] / libmysql.version
index 8e02be8aa3322cd6fc17f4b579bbd2d47bc219cf..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;
@@ -139,4 +143,10 @@ 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;
+# hiphop-php: TODO: added mysql_ prefix
+       cli_safe_read;
+       net_field_length;
+       free_root;
 };
This page took 0.03219 seconds and 4 git commands to generate.