From: Date: December 4 2007 4:28pm Subject: bk commit into 6.0 tree (kostja:1.2739) BUG#31952 List-Archive: http://lists.mysql.com/commits/39215 X-Bug: 31952 Message-Id: <20071204152801.3B1A63C000@vajra.local> Below is the list of changes that have just been committed into a local 6.0 repository of kostja. When kostja does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet@stripped, 2007-12-04 18:27:44+03:00, kostja@bodhi.(none) +2 -0 Fix a potential linking error with libmysql and libmysqld on Windows: remove declarations of removed functions (Bug#31952) libmysql/libmysql.def@stripped, 2007-12-04 18:27:37+03:00, kostja@bodhi.(none) +0 -9 Remove declarations of removed functions (Bug#31952) libmysqld/libmysqld.def@stripped, 2007-12-04 18:27:38+03:00, kostja@bodhi.(none) +0 -4 Remove declarations of removed functions (Bug#31952) diff -Nrup a/libmysql/libmysql.def b/libmysql/libmysql.def --- a/libmysql/libmysql.def 2007-11-26 21:09:35 +03:00 +++ b/libmysql/libmysql.def 2007-12-04 18:27:37 +03:00 @@ -135,15 +135,6 @@ EXPORTS client_errors mysql_set_local_infile_default mysql_set_local_infile_handler - mysql_disable_reads_from_master - mysql_disable_rpl_parse - mysql_enable_reads_from_master - mysql_enable_rpl_parse - mysql_master_query - mysql_rpl_parse_enabled - mysql_rpl_probe - mysql_rpl_query_type - mysql_slave_query mysql_embedded mysql_server_init mysql_server_end diff -Nrup a/libmysqld/libmysqld.def b/libmysqld/libmysqld.def --- a/libmysqld/libmysqld.def 2007-11-26 21:09:35 +03:00 +++ b/libmysqld/libmysqld.def 2007-12-04 18:27:38 +03:00 @@ -41,9 +41,7 @@ EXPORTS mysql_commit mysql_data_seek mysql_debug - mysql_disable_rpl_parse mysql_dump_debug_info - mysql_enable_rpl_parse mysql_eof mysql_errno mysql_error @@ -89,8 +87,6 @@ EXPORTS mysql_rollback mysql_row_seek mysql_row_tell - mysql_rpl_parse_enabled - mysql_rpl_probe mysql_select_db mysql_send_query mysql_shutdown