Commit 3e7e5591 authored by Sergei Petrunia's avatar Sergei Petrunia

Fix the "fatal error: mysqld_error.h: No such file or directory" compile error

parent ae0a490e
......@@ -64,6 +64,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