summaryrefslogtreecommitdiff
path: root/sql/sql_repl.cc
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-10-03 13:55:31 -0600
committerunknown <sasha@mysql.sashanet.com>2001-10-03 13:55:31 -0600
commit5a18acf35f208c3cfa9534b337fe31d333615e4f (patch)
treec17cde775f3df9c527ba8f87a755ce2ae2cf8d04 /sql/sql_repl.cc
parent0cf4750f3d495b61480d6b7a9b5ea19ae93eadf0 (diff)
downloadmariadb-git-5a18acf35f208c3cfa9534b337fe31d333615e4f.tar.gz
fixed slave to clean up load data infile temp files
instrumented the server with DBUG_SYNC_POINT() macro mysql-test/t/rpl_log.test: no change sql/item_func.cc: debug_sync_point() sql/log_event.cc: clead load data file tmpdir on slave on start/stop events sql/mysql_priv.h: DBUG_SYNC_POINT sql/sql_repl.cc: DBUG_SYNC_POINT in Create_file_event
Diffstat (limited to 'sql/sql_repl.cc')
-rw-r--r--sql/sql_repl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_repl.cc b/sql/sql_repl.cc
index f274d1ff91e..6123ecfea91 100644
--- a/sql/sql_repl.cc
+++ b/sql/sql_repl.cc
@@ -1623,6 +1623,7 @@ int log_loaded_block(IO_CACHE* file)
block_len);
mysql_bin_log.write(&c);
lf_info->wrote_create_file = 1;
+ DBUG_SYNC_POINT("debug_lock.created_file_event",10);
}
return 0;
}