mysql-5.6 icon indicating copy to clipboard operation
mysql-5.6 copied to clipboard

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.

Open sysy007uuu opened this issue 2 years ago • 0 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?

sysy007uuu avatar Mar 02 '22 08:03 sysy007uuu