mariadb/storage
Vicențiu Ciorbaru b62224e232 Mroonga cmake failure - LZ4_LIBS = NOTFOUND
The following variables are used in this project, but they are set to NOTFOUND.
LZ4_LIBS

The reason for the failure is that pkg_check_modules will not guarantee
<prefix>_LIBRARY_DIRS variable to be set, according to documentation.
When it's not set, we would force find_library to look in an empty path
and thus fail to correctly find LZ4_LIBS, although pck_check_modules
did previously discover that the library is installed.

To fix the problem and still keep the logic of first following
LIBLZ4_LIBRARY_DIRS and *then* look at other paths, we call find_library
twice. This is the recommended approach, according to CMake 3.11
documentation.
2018-05-08 22:49:29 +03:00
..
archive MDEV-14265 - RPMLint warning: shared-lib-calls-exit 2018-03-16 13:26:52 +04:00
blackhole MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
cassandra Correct FSF address 2017-03-10 18:21:29 +01:00
connect Merge branch '10.0' into 10.1 2018-05-05 14:01:59 +02:00
csv Merge 10.0 into 10.1 2017-05-23 08:59:03 +03:00
example 5.5.40+ merge 2014-10-09 10:30:11 +02:00
federated MDEV-14272 Mariadb crashes with signal 11 when using federatedx engine and galera 2017-12-28 02:13:25 +01:00
federatedx Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
heap Merge branch '10.0' into 10.1 2018-02-22 14:12:02 +01:00
innobase Merge 10.0 into 10.1 2018-05-07 12:07:58 +03:00
maria MDEV-14265 - RPMLint warning: shared-lib-calls-exit 2018-03-16 13:26:52 +04:00
mroonga Mroonga cmake failure - LZ4_LIBS = NOTFOUND 2018-05-08 22:49:29 +03:00
myisam MDEV-14265 - RPMLint warning: shared-lib-calls-exit 2018-03-16 13:26:52 +04:00
myisammrg Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
oqgraph Merge 10.0 into 10.1 2018-04-24 09:26:40 +03:00
perfschema Merge branch '10.0' into 10.1 2018-05-05 14:01:59 +02:00
sequence test for group by pushdown with a view 2016-05-05 01:05:05 +02:00
sphinx Fixed compiler warnings in sphinx 2018-03-26 17:56:09 +03:00
spider MDEV-10991: Server crashes in spider_udf_direct_sql_create_conn - tests in spider/oracle* suites crash the server 2018-03-19 12:49:22 -07:00
test_sql_discovery MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibility with MySQL 2015-09-22 14:01:54 +04:00
tokudb Merge branch '10.0' into 10.1 2018-05-05 14:01:59 +02:00
xtradb Merge 10.0 into 10.1 2018-05-07 12:07:58 +03:00