mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	 ca2ea4ff41
			
		
	
	
	ca2ea4ff41
	
	
	
		
			
			MDEV-22617 Galera node crashes when trying to log to slow_log table in streaming replication mode Other things: - Changed name of wsrep_after_row(two arguments) to wsrep_after_row_internal(one argument) to not depended on the function signature with unused arguments. Reviewed-by: Jan Lindström <jan.lindstrom@mariadb.com> Added test case
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			344 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			344 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| --source include/galera_cluster.inc
 | |
| 
 | |
| --connection node_1
 | |
| SET GLOBAL wsrep_trx_fragment_unit='bytes';
 | |
| SET GLOBAL wsrep_trx_fragment_size=10240000;
 | |
| SET GLOBAL slow_query_log=ON;
 | |
| SET GLOBAL log_output='TABLE';
 | |
| SELECT SLEEP(10);
 | |
| SET GLOBAL wsrep_trx_fragment_unit=DEFAULT;
 | |
| SET GLOBAL wsrep_trx_fragment_size=DEFAULT;
 | |
| SET GLOBAL log_output=DEFAULT;
 |