facebook / mysql-5.6

Facebook's branch of the Oracle MySQL database. This includes MyRocks.

Home Page:http://myrocks.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

env: ‘/home/sysy007uuu/Desktop/mysql/mysql-5.6/storage/rocksdb/get_rocksdb_files.sh’: No such file or directory CMake Error at storage/rocksdb/CMakeLists.txt:37 (STRING): STRING sub-command REGEX, mode MATCHALL needs at least 5 arguments total to command.

sysy007uuu opened this issue · comments

when I run
cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_SSL=system
-DWITH_ZLIB=bundled -DMYSQL_MAINTAINER_MODE=0 -DENABLED_LOCAL_INFILE=1
-DENABLE_DTRACE=0 -DCMAKE_CXX_FLAGS="-march=native"

it shows
env: ‘/home/sysy007uuu/Desktop/mysql/mysql-5.6/storage/rocksdb/get_rocksdb_files.sh’: No such file or directory
CMake Error at storage/rocksdb/CMakeLists.txt:37 (STRING):
STRING sub-command REGEX, mode MATCHALL needs at least 5 arguments total to
command.
image

I didn't find the file in this directory. What's wrong?