]> git.pld-linux.org Git - packages/mysql.git/blobdiff - libmysql.version
- rel. 2
[packages/mysql.git] / libmysql.version
index f60b8c69d46b041ffdb5440eab431ba9050887f4..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;
@@ -141,4 +145,8 @@ libmysqlclient_16.1 {
        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.041468 seconds and 4 git commands to generate.