From 56129ce634088b51dd60381711519c9125e8df72 Mon Sep 17 00:00:00 2001 From: "sasha@mysql.sashanet.com" <> Date: Sat, 19 Jan 2002 19:16:52 -0700 Subject: Here comes a nasty patch, although I am not ready to push it yet. I will first pull, merge,test, and get it to work. The main change is the new replication code - now we have two slave threads SQL thread and I/O thread. I have also re-written a lot of the code to prepare for multi-master implementation. I also documented IO_CACHE quite extensively and to some extend, THD class. --- .bzrignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.bzrignore') diff --git a/.bzrignore b/.bzrignore index b741024bb95..41f886b0102 100644 --- a/.bzrignore +++ b/.bzrignore @@ -446,3 +446,9 @@ vio/test-sslclient vio/test-sslserver vio/viotest-ssl sql-bench/test-transactions +mysql-test/r/rpl000002.eval +mysql-test/r/rpl000014.eval +mysql-test/r/rpl000015.eval +mysql-test/r/rpl000016.eval +mysql-test/r/slave-running.eval +mysql-test/r/slave-stopped.eval -- cgit v1.2.1