From: Tor Didriksen Date: January 30 2012 9:31am Subject: bzr push into mysql-5.5 branch (tor.didriksen:3713 to 3714) Bug#13604121 List-Archive: http://lists.mysql.com/commits/142627 X-Bug: 13604121 Message-Id: <201201300931.q0U9VFfp015311@acsmt358.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3714 Tor Didriksen 2012-01-30 Bug#13604121 - LIBMYSQLCIENT.SO MISSING SOME FUNCTIONS PRESENT IN LIBMYSQLCLIENT.A +get_tty_password this is the only external symbol in get_password.c, which is explicitly listed in CLIENT_SOURCES +handle_options this is in mysys/my_getopt.c adding this sysmbol pulls in the other externals: T getopt_compare_strings T getopt_double_limit_value T getopt_ll_limit_value T getopt_ull_limit_value T handle_options T my_cleanup_options T my_getopt_register_get_addr T my_print_help T my_print_variables modified: libmysql/CMakeLists.txt 3713 Yasufumi Kinoshita 2012-01-27 Fix for build break introduced at rev 3711 asked by Calvin modified: storage/innobase/lock/lock0lock.c === modified file 'libmysql/CMakeLists.txt' --- a/libmysql/CMakeLists.txt 2011-11-17 11:34:52 +0000 +++ b/libmysql/CMakeLists.txt 2012-01-30 09:08:22 +0000 @@ -25,6 +25,8 @@ INCLUDE_DIRECTORIES( ADD_DEFINITIONS(${SSL_DEFINES}) SET(CLIENT_API_FUNCTIONS +get_tty_password +handle_options load_defaults mysql_thread_end mysql_thread_init No bundle (reason: useless for push emails).