Skip to content

Commit

Permalink
Fix for CONC-437: attempt to reassign symbol 'mysql_get_timeout_value…
Browse files Browse the repository at this point in the history
…' of version 'libmysqlclient_18' to version 'libmariadb_3'

Removed mysql_get_timeout_value/ms functions from dynamic column api symbols.
  • Loading branch information
9EOR9 committed Sep 15, 2019
1 parent 4a1f45b commit 261a5c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libmariadb/CMakeLists.txt
Expand Up @@ -75,8 +75,6 @@ SET(MYSQL_LIB_SYMBOLS
mysql_get_server_version
mysql_get_socket
mysql_get_ssl_cipher
mysql_get_timeout_value
mysql_get_timeout_value_ms
mysql_hex_string
mysql_info
mysql_init
Expand Down Expand Up @@ -201,8 +199,6 @@ SET(MARIADB_NONBLOCK_SYMBOLS
mysql_fetch_row_start
mysql_free_result_cont
mysql_free_result_start
mysql_get_timeout_value
mysql_get_timeout_value_ms
mysql_kill_cont
mysql_kill_start
mysql_list_fields_cont
Expand Down

0 comments on commit 261a5c4

Please sign in to comment.