stoneatom / stonedb

StoneDB is an Open-Source MySQL HTAP and MySQL-Native DataBase for OLTP, Real-Time Analytics, a counterpart of MySQLHeatWave. (https://stonedb.io)
https://stonedb.io/
GNU General Public License v2.0
862 stars 139 forks source link

bug: Scuba: have_symlink Option Set to YES #97

Closed shangyanwen closed 2 years ago

shangyanwen commented 2 years ago

Describe the problem

image

Expected behavior

Verify value is "DISABLED" How To Reproduce

Environment

Additional context

RingsC commented 2 years ago

Pls, See the comment below: have_symlink:

YES if symbolic link support is enabled, NO if not. This is required on Unix for support of the DATA DIRECTORY and INDEX DIRECTORY table options. If the server is started with the --skip-symbolic-links option, the value is DISABLED.

shangyanwen commented 2 years ago

Modifying parameters from the configuration is not a problem