uses_vardir.inc
来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· INC 代码 · 共 15 行
INC
15 行
## Some tests uses LOAD DATA with a relative path# and need to see for example ../std_data## Also if an absolute path was used, the server might be started# with --secure-file-priv and wouldn't be allowed to LOAD a file# outside of it's vardir anyway#if (`select LOCATE('$MYSQLTEST_VARDIR', REPLACE(@@datadir, '\\\\', '/')) != 1`){ skip Need mysqld in MYSQLTEST_VARDIR;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?