sasha@mysql.sashanet.com 
							
						 
					 
					
						
						
							
						
						beaf95b09d 
					 
					
						
						
							
							work to enable reading 3.23 logs - not yet finished  
						
						... 
						
						
						
						moved fail-safe replication routines from sql_repl.cc to repl_failsafe.cc
write start event only in the first log 
						
						
					 
					
						2001-11-10 22:24:12 -07:00 
						 
				 
			
				
					
						
							
							
								sasha@mysql.sashanet.com 
							
						 
					 
					
						
						
							
						
						be4dfd21dd 
					 
					
						
						
							
							cleanup  
						
						... 
						
						
						
						removal of duplicate code in mf_iocache.cc 
work on failsafe replication
work on SEQ_READ_APPEND io cache 
						
						
					 
					
						2001-10-23 13:28:03 -06:00 
						 
				 
			
				
					
						
							
							
								sasha@mysql.sashanet.com 
							
						 
					 
					
						
						
							
						
						2d3f96b483 
					 
					
						
						
							
							changed manager to use my_net_*  
						
						... 
						
						
						
						fixed bug in master - unregister slaves when they disconnect 
						
						
					 
					
						2001-10-12 09:37:25 -06:00 
						 
				 
			
				
					
						
							
							
								sasha@mysql.sashanet.com 
							
						 
					 
					
						
						
							
						
						09eda84f2e 
					 
					
						
						
							
							LOAD DATA INFILE is now replicated properly, except for cleanup on  
						
						... 
						
						
						
						Stop event and bugs the test suite could not catch
Did some big restructuring of binlog event classes - most important
change is that now each event class has exec_event method and one does
not need to modify slave core code to add a new event. Slave code is
now much smaller and easier to read 
						
						
					 
					
						2001-08-03 15:57:53 -06:00 
						 
				 
			
				
					
						
							
							
								sasha@mysql.sashanet.com 
							
						 
					 
					
						
						
							
						
						c01d4e1ef7 
					 
					
						
						
							
							SHOW NEW MASTER FOR SLAVE WITH ...  
						
						
						
						
					 
					
						2001-07-04 17:14:31 -06:00 
						 
				 
			
				
					
						
							
							
								sasha@mysql.sashanet.com 
							
						 
					 
					
						
						
							
						
						242037992f 
					 
					
						
						
							
							merged with 3.23 replication updates  
						
						
						
						
					 
					
						2001-06-28 19:48:49 -06:00 
						 
				 
			
				
					
						
							
							
								sasha@mysql.sashanet.com 
							
						 
					 
					
						
						
							
						
						2e4d264c27 
					 
					
						
						
							
							fixed message in post-commit trigger  
						
						... 
						
						
						
						added debugging options to master to behave sporadically, and a 
test case to make sure the slave can deal with it 
						
						
					 
					
						2001-06-28 18:22:29 -06:00 
						 
				 
			
				
					
						
							
							
								sasha@mysql.sashanet.com 
							
						 
					 
					
						
						
							
						
						992f889878 
					 
					
						
						
							
							added SHOW BINLOG EVENTS  
						
						... 
						
						
						
						fixed log sequence bugs
fixed bugs in handling Slave event
added test case with SHOW BINLOG EVENTS
have not fixed all the bugs - found some that are also in 3.23,
will fix them there first, then do pull and cleanup
will not push this changeset 
						
						
					 
					
						2001-06-21 13:19:24 -06:00 
						 
				 
			
				
					
						
							
							
								sasha@mysql.sashanet.com 
							
						 
					 
					
						
						
							
						
						ad0b92f941 
					 
					
						
						
							
							do not show user/pass for slave unless running with show-slave-auth-info  
						
						... 
						
						
						
						cleanup of register_slave_on_master() 
						
						
					 
					
						2001-06-01 21:15:15 -06:00 
						 
				 
			
				
					
						
							
							
								sasha@mysql.sashanet.com 
							
						 
					 
					
						
						
							
						
						a817bd3862 
					 
					
						
						
							
							A slave now can optionally register with the master providing the  
						
						... 
						
						
						
						info on how to connect to the slave for the clients that connect to
the master, but would like to know where the slaves are 
						
						
					 
					
						2001-05-30 18:50:56 -06:00 
						 
				 
			
				
					
						
							
							
								sasha@mysql.sashanet.com 
							
						 
					 
					
						
						
							
						
						8f6b34f950 
					 
					
						
						
							
							updates for LOAD DATA FROM MASTER + some cleanup of replication code  
						
						
						
						
					 
					
						2001-05-28 19:18:23 -06:00 
						 
				 
			
				
					
						
							
							
								sasha@mysql.sashanet.com 
							
						 
					 
					
						
						
							
						
						be8f18e020 
					 
					
						
						
							
							fixed redundant repetition of use db in mysqlbinlog  
						
						... 
						
						
						
						added support for virtual master ( replicating from a directory with binlogs)
test case for backup/restore with virtual master 
						
						
					 
					
						2001-04-24 17:39:26 -06:00 
						 
				 
			
				
					
						
							
							
								sasha@mysql.sashanet.com 
							
						 
					 
					
						
						
							
						
						2cd21162ca 
					 
					
						
						
							
							sql/mysqld.cc  
						
						... 
						
						
						
						fixed auto set of server id
sql/sql_repl.cc
    do not allow slave to replicate if master id was not supplied
sql/sql_repl.h
    fix for server_id 
						
						
					 
					
						2000-12-08 12:50:57 -07:00 
						 
				 
			
				
					
						
							
							
								sasha@laptop.slkc.uswest.net 
							
						 
					 
					
						
						
							
						
						a25aed33d9 
					 
					
						
						
							
							laptop commit, syncing with the repostitory. Fixed some bad bugs in replication  
						
						
						
						
					 
					
						2000-11-11 14:50:39 -07:00 
						 
				 
			
				
					
						
							
							
								sasha@mysql.sashanet.com 
							
						 
					 
					
						
						
							
						
						75cd25a579 
					 
					
						
						
							
							fixed --skip-slave-thread bug  
						
						... 
						
						
						
						added PURGE MASTER LOGS TO and SHOW MASTER LOGS
fixed the output of SHOW MASTER STATUS
updated docs 
						
						
					 
					
						2000-10-26 22:11:55 -06:00 
						 
				 
			
				
					
						
							
							
								sasha@mysql.sashanet.com 
							
						 
					 
					
						
						
							
						
						738358e139 
					 
					
						
						
							
							added sql_repl.* officially - fixing an oops - forgot to actually add  
						
						... 
						
						
						
						it earlier 
						
						
					 
					
						2000-10-01 21:28:21 -06:00