summaryrefslogtreecommitdiff
path: root/sql/sql_repl.cc
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2001-06-01 15:13:02 -0600
committersasha@mysql.sashanet.com <>2001-06-01 15:13:02 -0600
commitef11c1032cbd012c53a10ac81fc4fb6c9a66553e (patch)
treedb4beba6849611eb41fbb717b8ead916200244df /sql/sql_repl.cc
parent9fde9619a6060e5047fb348a413fadc9237bd38e (diff)
downloadmariadb-git-ef11c1032cbd012c53a10ac81fc4fb6c9a66553e.tar.gz
worked around one bug in the new symlink code, but hit another
test case included ( drop) - currently fails, along with rpl000009
Diffstat (limited to 'sql/sql_repl.cc')
-rw-r--r--sql/sql_repl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_repl.cc b/sql/sql_repl.cc
index fe0417057b6..7155ca4f0b7 100644
--- a/sql/sql_repl.cc
+++ b/sql/sql_repl.cc
@@ -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;