Browse Source

MDEV-6638 mysql_options4 symbol missing from libmysqlclient.so.18

pull/22/head
Sergei Golubchik 11 years ago
parent
commit
0835f57489
  1. 3
      libmysql/CMakeLists.txt

3
libmysql/CMakeLists.txt

@ -257,6 +257,9 @@ mariadb_dyncol_unpack_free
mariadb_dyncol_column_cmp_named
mariadb_dyncol_column_count
mariadb_dyncol_prepare_decimal
# Added in MariaDB-10.0 to stay compatible with MySQL-5.6, yuck!
mysql_options4
)
SET(CLIENT_API_FUNCTIONS

Loading…
Cancel
Save