• unknown's avatar
    Don't try to create a symlink if the DATA DIRECTORY specified for a table · a1db28a2
    unknown authored
    is the same as the normal datadir for that database. (Bug #8707)
    
    
    mysys/my_symlink2.c:
      Expand path of linkname before checking it against filename to decide if
      we need to create a link.
    mysql-test/t/symlink.test:
      Add new regression test
    mysql-test/r/symlink.result:
      Add new results
    a1db28a2
my_symlink2.c 4.5 KB