Skip to content

Commit

Permalink
Bug#13604121 - LIBMYSQLCIENT.SO MISSING SOME FUNCTIONS PRESENT IN LIB…
Browse files Browse the repository at this point in the history
…MYSQLCLIENT.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

--BZR--
revision-id: tor.didriksen@oracle.com-20120130090822-3y05g9bpm3dne4lz
property-branch-nick: 5.5
testament3-sha1: 8bc7f0666fae1ff7b3863c5a69e4cf2861b7476a
  • Loading branch information
Tor Didriksen committed Jan 30, 2012
1 parent e399aef commit 58aae67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libmysql/CMakeLists.txt
Expand Up @@ -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
Expand Down

0 comments on commit 58aae67

Please sign in to comment.