Commit 302ec9ab authored by Sergei Petrunia's avatar Sergei Petrunia

Merge branch '10.2-mariarocks' of github.com:MariaDB/server into 10.2-mariarocks

parents d8288b30 3e7e5591
......@@ -69,6 +69,11 @@ ADD_CONVENIENCE_LIBRARY(
${ROCKSDB_LIB_SOURCES}
)
# We include storage/innobase/include/ut0counter.h, which includes
# univ.i, which includes mysqld_error.h.
# Indicate that MyRocks is dependent on that file (just like innochecksum does)
ADD_DEPENDENCIES(ROCKSDB_AUX_LIB GenError)
SET(ROCKSDB_SOURCES
rdb_mariadb_server_port.cc rdb_mariadb_server_port.h
ha_rocksdb.cc ha_rocksdb.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment