Loading mysql-test/t/symlink.test +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ disable_query_log; show variables like "have_symlink"; enable_query_log; --source include/not_windows.inc --disable_warnings drop table if exists t1,t2,t7,t8,t9; drop database if exists mysqltest; Loading scripts/make_win_src_distribution.sh +2 −2 Original line number Diff line number Diff line Loading @@ -199,7 +199,7 @@ copy_dir_files() print_debug "Creating directory '$arg'" mkdir $BASE/$arg fi for i in *.c *.cpp *.h *.ih *.i *.ic *.asm *.def *.hpp *.dsp *.dsw \ for i in *.c *.cpp *.h *.ih *.i *.ic *.asm *.def *.hpp \ README INSTALL* LICENSE AUTHORS NEWS ChangeLog \ *.inc *.test *.result *.pem Moscow_leap des_key_file \ *.vcproj *.sln *.dat *.000001 *.require *.opt Loading Loading @@ -340,7 +340,7 @@ mv $BASE/sql/sql_yacc.cpp-new $BASE/sql/sql_yacc.cpp # # Search the tree for plain text files and adapt the line end marker # find $BASE \( -name "*.dsp" -o -name "*.dsw" -o -name "*.cnf" -o -name "*.ini" \ find $BASE \( -name "*.cnf" -o -name "*.ini" \ -o -name COPYING -o -name ChangeLog -o -name EXCEPTIONS-CLIENT \ -o -name "INSTALL*" -o -name LICENSE -o -name "README*" \ -o -name "*.vcproj" -o -name "*.sln" \) -type f -print \ Loading sql/mysqld.cc +2 −2 Original line number Diff line number Diff line Loading @@ -5950,7 +5950,7 @@ static void mysql_init_variables(void) #else have_openssl=SHOW_OPTION_NO; #endif #if !defined(HAVE_REALPATH) || defined(HAVE_BROKEN_REALPATH) #ifdef HAVE_BROKEN_REALPATH have_symlink=SHOW_OPTION_NO; #else have_symlink=SHOW_OPTION_YES; Loading Loading @@ -6631,7 +6631,7 @@ static void get_options(int argc,char **argv) usage(); exit(0); } #if !defined(HAVE_REALPATH) || defined(HAVE_BROKEN_REALPATH) #if defined(HAVE_BROKEN_REALPATH) my_use_symdir=0; my_disable_symlinks=1; have_symlink=SHOW_OPTION_NO; Loading Loading
mysql-test/t/symlink.test +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ disable_query_log; show variables like "have_symlink"; enable_query_log; --source include/not_windows.inc --disable_warnings drop table if exists t1,t2,t7,t8,t9; drop database if exists mysqltest; Loading
scripts/make_win_src_distribution.sh +2 −2 Original line number Diff line number Diff line Loading @@ -199,7 +199,7 @@ copy_dir_files() print_debug "Creating directory '$arg'" mkdir $BASE/$arg fi for i in *.c *.cpp *.h *.ih *.i *.ic *.asm *.def *.hpp *.dsp *.dsw \ for i in *.c *.cpp *.h *.ih *.i *.ic *.asm *.def *.hpp \ README INSTALL* LICENSE AUTHORS NEWS ChangeLog \ *.inc *.test *.result *.pem Moscow_leap des_key_file \ *.vcproj *.sln *.dat *.000001 *.require *.opt Loading Loading @@ -340,7 +340,7 @@ mv $BASE/sql/sql_yacc.cpp-new $BASE/sql/sql_yacc.cpp # # Search the tree for plain text files and adapt the line end marker # find $BASE \( -name "*.dsp" -o -name "*.dsw" -o -name "*.cnf" -o -name "*.ini" \ find $BASE \( -name "*.cnf" -o -name "*.ini" \ -o -name COPYING -o -name ChangeLog -o -name EXCEPTIONS-CLIENT \ -o -name "INSTALL*" -o -name LICENSE -o -name "README*" \ -o -name "*.vcproj" -o -name "*.sln" \) -type f -print \ Loading
sql/mysqld.cc +2 −2 Original line number Diff line number Diff line Loading @@ -5950,7 +5950,7 @@ static void mysql_init_variables(void) #else have_openssl=SHOW_OPTION_NO; #endif #if !defined(HAVE_REALPATH) || defined(HAVE_BROKEN_REALPATH) #ifdef HAVE_BROKEN_REALPATH have_symlink=SHOW_OPTION_NO; #else have_symlink=SHOW_OPTION_YES; Loading Loading @@ -6631,7 +6631,7 @@ static void get_options(int argc,char **argv) usage(); exit(0); } #if !defined(HAVE_REALPATH) || defined(HAVE_BROKEN_REALPATH) #if defined(HAVE_BROKEN_REALPATH) my_use_symdir=0; my_disable_symlinks=1; have_symlink=SHOW_OPTION_NO; Loading