summaryrefslogtreecommitdiff
path: root/sql/sql_repl.cc
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-06-01 15:13:02 -0600
committerunknown <sasha@mysql.sashanet.com>2001-06-01 15:13:02 -0600
commit3be9c739c11cd868ec05b73b12ddd2595f7d84c9 (patch)
treedb4beba6849611eb41fbb717b8ead916200244df /sql/sql_repl.cc
parent7f4df54136be14bbab1c893d8dc4ae2d41f88b65 (diff)
downloadmariadb-git-3be9c739c11cd868ec05b73b12ddd2595f7d84c9.tar.gz
worked around one bug in the new symlink code, but hit another
test case included ( drop) - currently fails, along with rpl000009 mysql-test/r/drop.result: new test mysql-test/t/drop.test: expose a bug in the new symlink table code sql/slave.cc: turn off symlink bit to avoid a bug sql/sql_repl.cc: turn off symlink bit to avoid a bug
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;