mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			209 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			209 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| include/master-slave.inc
 | |
| [connection master]
 | |
| create table t1 (a int not null auto_increment primary key, b int, key(b));
 | |
| INSERT INTO t1 (a) VALUES (1),(2);
 | |
| drop table t1;
 | |
| connection slave;
 | |
| include/rpl_end.inc
 | 
