mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			200 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			200 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| include/master-slave.inc
 | |
| [connection master]
 | |
| create table t1 (a int);
 | |
| create table t2 (a int);
 | |
| connection slave;
 | |
| connection master;
 | |
| drop table t1;
 | |
| drop table t2;
 | |
| connection slave;
 | |
| include/rpl_end.inc
 | 
