Skip to content

Commit 302ec9a

Browse files
committed
Merge branch '10.2-mariarocks' of github.com:MariaDB/server into 10.2-mariarocks
2 parents d8288b3 + 3e7e559 commit 302ec9a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

storage/rocksdb/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ ADD_CONVENIENCE_LIBRARY(
6969
${ROCKSDB_LIB_SOURCES}
7070
)
7171

72+
# We include storage/innobase/include/ut0counter.h, which includes
73+
# univ.i, which includes mysqld_error.h.
74+
# Indicate that MyRocks is dependent on that file (just like innochecksum does)
75+
ADD_DEPENDENCIES(ROCKSDB_AUX_LIB GenError)
76+
7277
SET(ROCKSDB_SOURCES
7378
rdb_mariadb_server_port.cc rdb_mariadb_server_port.h
7479
ha_rocksdb.cc ha_rocksdb.h

0 commit comments

Comments
 (0)