Browse Source

MDEV-6273 Export my_progname symbol in libmysqlclient.so

pull/73/head
Sergei Golubchik 12 years ago
parent
commit
926661ac7c
  1. 1
      libmysql/CMakeLists.txt

1
libmysql/CMakeLists.txt

@ -138,6 +138,7 @@ my_print_help
)
SET(CLIENT_API_FUNCTIONS_5_5
my_progname
mysql_stmt_next_result
# Charsets
my_charset_bin

Loading…
Cancel
Save