#At file:///opt/local/work/next-mr-kostja/ based on revid:kostja@stripped
2890 Konstantin Osipov 2009-10-09
Backport the following revision from 6.0:
----------------------------------------------------------
revno: 2476.657.210
committer: kostja@bodhi.(none)
timestamp: Tue 2007-12-04 18:27:44 +0300
message:
Fix a potential linking error with libmysql and libmysqld on Windows:
remove declarations of removed functions (Bug#31952)
----------------------------------------------------------
@ libmysql/libmysql.def
Remove declarations of removed functions (Bug#31952)
@ libmysqld/libmysqld.def
Remove declarations of removed functions (Bug#31952)
modified:
libmysql/libmysql.def
libmysqld/libmysqld.def
=== modified file 'libmysql/libmysql.def'
--- a/libmysql/libmysql.def 2007-11-26 18:10:26 +0000
+++ b/libmysql/libmysql.def 2009-10-09 09:23:56 +0000
@@ -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
=== modified file 'libmysqld/libmysqld.def'
--- a/libmysqld/libmysqld.def 2008-12-04 18:41:53 +0000
+++ b/libmysqld/libmysqld.def 2009-10-09 09:23:56 +0000
@@ -13,9 +13,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
@@ -61,8 +59,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
Attachment: [text/bzr-bundle] bzr/kostja@sun.com-20091009092356-3toe5i12pn9xul23.bundle
| Thread |
|---|
| • bzr commit into mysql-5.4.5-next-mr branch (kostja:2890) Bug#31952 | Konstantin Osipov | 9 Oct |