Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.2, 10.3
-
Fix Version/s: 10.2.16
-
Component/s: Compiling, Storage Engine - RocksDB
-
Labels:None
Description
-DPLUGIN_ROCKSDB=YES lead to an error in attempt to build static engine:
sql/libsql.a(sql_builtin.cc.o):(.data.rel+0x18): undefined reference to `builtin_maria_rocksdb_plugin'
|
collect2: error: ld returned 1 exit status
|
Workaround: say nothing about PLUGIN_ROCKSDB to cmake and it will build dynamic.