At file:///home/psergey/bzr-new/maria-5.1-merge-r2/

------------------------------------------------------------
revno: 2751
revision-id: [email protected]
parent: [email protected]
committer: Sergey Petrunya <[email protected]>
branch nick: maria-5.1-merge-r2
timestamp: Mon 2009-10-05 02:22:57 +0400
message:
  Fix a problem in windows build introduced a few csets ago (in
  "Merge Monty's fixes from main into release branch" .. cset):
  - mysql_get_server_name() is a new client API function and so should
    be exported from libmysql[d].
=== modified file 'libmysql/libmysql.def'
--- a/libmysql/libmysql.def     2007-11-26 18:10:26 +0000
+++ b/libmysql/libmysql.def     2009-10-04 22:22:57 +0000
@@ -151,3 +151,4 @@
        mysql_get_character_set_info
        get_defaults_options
        modify_defaults_file
+       mysql_get_server_name

=== modified file 'libmysqld/libmysqld.def'
--- a/libmysqld/libmysqld.def   2008-12-04 18:41:53 +0000
+++ b/libmysqld/libmysqld.def   2009-10-04 22:22:57 +0000
@@ -108,3 +108,4 @@
        mysql_stmt_attr_get
        mysql_stmt_attr_set
        mysql_stmt_field_count
+       mysql_get_server_name


_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to