1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

worked around one bug in the new symlink code, but hit another

test case included ( drop) - currently fails, along with rpl000009
This commit is contained in:
sasha@mysql.sashanet.com
2001-06-01 15:13:02 -06:00
parent 9fde9619a6
commit ef11c1032c
4 changed files with 18 additions and 2 deletions

View File

@@ -693,7 +693,7 @@ void reset_slave()
pthread_mutex_unlock(&LOCK_slave);
end_master_info(&glob_mi);
fn_format(fname, master_info_file, mysql_data_home, "", 4+16+32);
fn_format(fname, master_info_file, mysql_data_home, "", 4+32);
if(my_stat(fname, &stat_area, MYF(0)))
if(my_delete(fname, MYF(MY_WME)))
return;