mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 04:26:45 +03:00 
			
		
		
		
	 d6d6c5e1bb
			
		
	
	d6d6c5e1bb
	
	
	
		
			
			I manually edited rpl_openssl.result because the test is skipped on my machine. Hope it's correct.
		
			
				
	
	
		
			14 lines
		
	
	
		
			251 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			251 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| source include/master-slave.inc;
 | |
| 
 | |
| --replace_column 1 # 33 #
 | |
| show slave status;
 | |
| 
 | |
| #
 | |
| # Load table should not succeed on the master as this is not a slave
 | |
| #
 | |
| --error 1218
 | |
| load table t1 from master;
 | |
| connection slave;
 | |
| --error 1188
 | |
| load table t1 from master;
 |