diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-09-07 20:40:36 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-09-07 20:40:36 +0200 |
commit | 0835f574891d0afdfe64229d38460128fedfdd38 (patch) | |
tree | 4d530278e3d1e64eda6c368cb0bd4a2e1fcb479e | |
parent | bab6dab458bc566327ea930d7150d397f4a651a1 (diff) | |
download | mariadb-git-0835f574891d0afdfe64229d38460128fedfdd38.tar.gz |
MDEV-6638 mysql_options4 symbol missing from libmysqlclient.so.18
-rw-r--r-- | libmysql/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libmysql/CMakeLists.txt b/libmysql/CMakeLists.txt index f6b23d047d1..d432d499d47 100644 --- a/libmysql/CMakeLists.txt +++ b/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 |