mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 12:56:14 +01:00 
			
		
		
		
	Fix was to add a test in Query_log_event::Query_log_event() if we are using CREATE ... SELECT and in this case use trans cache, like we do on the master. This avoid using (with doesn't have checksum) Other things: - Removed dummy call my_checksum(0L, NULL, 0) - More DBUG_PRINT - Cleaned up Log_event::need_checksum() to make it more readable (similar as in MySQL 5.6) - Renamed variable that was hiding another one in create_table_imp()
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			246 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			246 B
		
	
	
	
		
			INI
		
	
	
	
	
	
!include suite/rpl/my.cnf
 | 
						|
 | 
						|
[mysqld.1]
 | 
						|
 | 
						|
[mysqld.2]
 | 
						|
log-slave-updates
 | 
						|
binlog-checksum=CRC32
 | 
						|
 | 
						|
[mysqld.3]
 | 
						|
log-slave-updates
 | 
						|
binlog-checksum=CRC32
 | 
						|
 | 
						|
[ENV]
 | 
						|
SERVER_MYPORT_3=                @mysqld.3.port
 | 
						|
SERVER_MYSOCK_3=                @mysqld.3.socket
 | 
						|
 |