mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Fix the "fatal error: mysqld_error.h: No such file or directory" compile error
This commit is contained in:
parent
ae0a490eb3
commit
3e7e559150
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue