We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8288b3 + 3e7e559 commit 302ec9aCopy full SHA for 302ec9a
storage/rocksdb/CMakeLists.txt
@@ -69,6 +69,11 @@ ADD_CONVENIENCE_LIBRARY(
69
${ROCKSDB_LIB_SOURCES}
70
)
71
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
+
77
SET(ROCKSDB_SOURCES
78
rdb_mariadb_server_port.cc rdb_mariadb_server_port.h
79
ha_rocksdb.cc ha_rocksdb.h
0 commit comments