mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 19:06:14 +01:00 
			
		
		
		
	 b081ad8c65
			
		
	
	
	b081ad8c65
	
	
	
		
			
			This commit fixes an issue with IST handling in version 10.9 which is a regression after MDEV-26971 and related to trying to get a non-existent "total" tag on the IST branch (this tag is only defined in SST mode).
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			568 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			568 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # MDEV-28423: Galera IST is failing on Joiner node
 | |
| 
 | |
| --source include/big_test.inc
 | |
| --source include/galera_cluster.inc
 | |
| --source include/have_innodb.inc
 | |
| --source include/have_mariabackup.inc
 | |
| 
 | |
| --let $node_1=node_1
 | |
| --let $node_2=node_2
 | |
| --source include/auto_increment_offset_save.inc
 | |
| 
 | |
| --source suite/galera/include/galera_st_disconnect_slave.inc
 | |
| --source suite/galera/include/galera_st_shutdown_slave.inc
 | |
| 
 | |
| --source suite/galera/include/galera_st_kill_slave.inc
 | |
| --source suite/galera/include/galera_st_kill_slave_ddl.inc
 | |
| 
 | |
| --source include/auto_increment_offset_restore.inc
 |